Shades of Han Purple #3F04EF
Tints of Han Purple #3F04EF
RGB
CMYK
RGB Variations
Color information
#3F04EF (or 0x3F04EF) is known color: Han Purple. HEX triplet: 3F, 04 and EF. RGB value is (63,4,239). Sum of RGB (Red+Green+Blue) = 63+4+239=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F04EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F04EF is #C0FB10. Grayscale: #2F2F2F. Windows color (decimal): -12647185 or 15664191. OLE color: 15664191.
HSL color Cylindrical-coordinate representation of color #3F04EF: hue angle of 255.06º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04EF is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 4 | 239 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.06 |
| HSL | 255.06º | 0.97% | 0.48% | - |
| HSV(B) | 255.06º | 0.98% | 0.94% | - |
| XYZ | 17.67 | 7.38 | 82.15 | - |
| YUV | 48.43 | 235.55 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 239 | 0.74 | 0.98 | 0 | 0.06 | 255.06 | 0.97 | 0.48 |
| Hex | 3F | 4 | EF | 4A | 62 | 0 | 6 | FF | 61 | 30 |
| Octal | 77 | 4 | 357 | 112 | 142 | 0 | 6 | 377 | 141 | 60 |
| Binary | 111111 | 100 | 11101111 | 1001010 | 1100010 | 0 | 110 | 11111111 | 1100001 | 110000 |
Color Harmonies of #3F04EF
Complementary color
Monochromatic Colors of #3F04EF
Black with #3F04EF
Text Example
Text Example
White with #3F04EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04EF; }
p { color: rgb(63,4,239); }
H1.HeaderClassName
{
color: #3F04EF;
}
.AnyTagClassName
{
color: #3F04EF;
}
</style>
background-color css
<style>
a { background-color: #3F04EF; }
a { background-color: rgb(63,4,239); }
div.DivClassName
{
background-color: #3F04EF;
}
.BgClassName
{
background-color: #3F04EF;
}
</style>
border-color css
<style>
span { border-color: #3F04EF; }
span { border-color: rgb(63,4,239); }
td.TdClassName
{
border-color: #3F04EF;
}
.TagClassName
{
border-color: #3F04EF;
}
</style>