RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #3f01ff.
RGB: 63, 1, 255 | CMYK: 75%, 100%, 0%, 0% |
HSV: H: 255° S: 100% V: 100% | HSL: H: 255° S: 100% L: 50% |
#3F01FF Color Preview
#3f01ff is a shade of blue color with RGB values (63, 1, 255). As mentioned above, this color is a combination of CMYK: 75% Cyan, 100% Magenta, 0% Yellow, and 0% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 255°, Saturation (S): 100%, and Lightness (L): 50%.
The HSV values for #3f01ff are as follows: Hue (H): 255°, Saturation (S): 100%, Value (V): 100%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #3F01FF color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #3F01FF; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #3F01FF;">This is sample text</div>
<div style="color: #ffffff; background-color: #3F01FF;">This is sample text</div>
<div style="color: #3F01FF;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(63, 1, 255);
color: #3f01ff;
Examples
color: rgb(63, 1, 255);
background-color: rgb(63, 1, 255);
border-color: rgb(63, 1, 255);
color: #3f01ff;
background-color: #3f01ff;
border-color: #3f01ff;
Color schemes with #3F01FF
Analogous
Here, the analogous color with hex code #3F01FF has #BE01FF and #0142FF at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #3F01FF, a monochromatic palette will feature a corresponding shade #3200CD, originating from the same hue.
Triadic
The triadic palette built around #3F01FF uses two accents #FF3F01 and #01FF3F, each 120 degrees apart from the main hue.
Complementary
The complementary color for #3F01FF is #C1FF01.
Tetradic
Here, for the primary color #3F01FF, the complementary shade is #FF0142 plus two accent colors, i.e., #C1FF01 and #01FFBE.