Shades of Han Purple #3F04F6
Tints of Han Purple #3F04F6
RGB
CMYK
RGB Variations
Color information
#3F04F6 (or 0x3F04F6) is known color: Han Purple. HEX triplet: 3F, 04 and F6. RGB value is (63,4,246). Sum of RGB (Red+Green+Blue) = 63+4+246=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 246 (96.48% from 255 or 78.59% from 313); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F04F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F04F6 is #C0FB09. Grayscale: #303030. Windows color (decimal): -12647178 or 16122943. OLE color: 16122943.
HSL color Cylindrical-coordinate representation of color #3F04F6: hue angle of 254.63º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04F6 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 4 | 246 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.04 |
| HSL | 254.63º | 0.97% | 0.49% | - |
| HSV(B) | 254.63º | 0.98% | 0.96% | - |
| XYZ | 18.73 | 7.8 | 87.71 | - |
| YUV | 49.23 | 239.05 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 246 | 0.74 | 0.98 | 0 | 0.04 | 254.63 | 0.97 | 0.49 |
| Hex | 3F | 4 | F6 | 4A | 62 | 0 | 4 | FF | 61 | 31 |
| Octal | 77 | 4 | 366 | 112 | 142 | 0 | 4 | 377 | 141 | 61 |
| Binary | 111111 | 100 | 11110110 | 1001010 | 1100010 | 0 | 100 | 11111111 | 1100001 | 110001 |
Color Harmonies of #3F04F6
Complementary color
Monochromatic Colors of #3F04F6
Black with #3F04F6
Text Example
Text Example
White with #3F04F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04F6; }
p { color: rgb(63,4,246); }
H1.HeaderClassName
{
color: #3F04F6;
}
.AnyTagClassName
{
color: #3F04F6;
}
</style>
background-color css
<style>
a { background-color: #3F04F6; }
a { background-color: rgb(63,4,246); }
div.DivClassName
{
background-color: #3F04F6;
}
.BgClassName
{
background-color: #3F04F6;
}
</style>
border-color css
<style>
span { border-color: #3F04F6; }
span { border-color: rgb(63,4,246); }
td.TdClassName
{
border-color: #3F04F6;
}
.TagClassName
{
border-color: #3F04F6;
}
</style>