Shades of Han Purple #3F04EE
Tints of Han Purple #3F04EE
RGB
CMYK
RGB Variations
Color information
#3F04EE (or 0x3F04EE) is known color: Han Purple. HEX triplet: 3F, 04 and EE. RGB value is (63,4,238). Sum of RGB (Red+Green+Blue) = 63+4+238=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F04EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F04EE is #C0FB11. Grayscale: #2F2F2F. Windows color (decimal): -12647186 or 15598655. OLE color: 15598655.
HSL color Cylindrical-coordinate representation of color #3F04EE: hue angle of 255.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04EE is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 4 | 238 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.07 |
| HSL | 255.13º | 0.97% | 0.47% | - |
| HSV(B) | 255.13º | 0.98% | 0.93% | - |
| XYZ | 17.53 | 7.32 | 81.38 | - |
| YUV | 48.32 | 235.05 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 238 | 0.74 | 0.98 | 0 | 0.07 | 255.13 | 0.97 | 0.47 |
| Hex | 3F | 4 | EE | 4A | 62 | 0 | 7 | FF | 61 | 2F |
| Octal | 77 | 4 | 356 | 112 | 142 | 0 | 7 | 377 | 141 | 57 |
| Binary | 111111 | 100 | 11101110 | 1001010 | 1100010 | 0 | 111 | 11111111 | 1100001 | 101111 |
Color Harmonies of #3F04EE
Complementary color
Monochromatic Colors of #3F04EE
Black with #3F04EE
Text Example
Text Example
White with #3F04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04EE; }
p { color: rgb(63,4,238); }
H1.HeaderClassName
{
color: #3F04EE;
}
.AnyTagClassName
{
color: #3F04EE;
}
</style>
background-color css
<style>
a { background-color: #3F04EE; }
a { background-color: rgb(63,4,238); }
div.DivClassName
{
background-color: #3F04EE;
}
.BgClassName
{
background-color: #3F04EE;
}
</style>
border-color css
<style>
span { border-color: #3F04EE; }
span { border-color: rgb(63,4,238); }
td.TdClassName
{
border-color: #3F04EE;
}
.TagClassName
{
border-color: #3F04EE;
}
</style>