Shades of Han Purple #3E02EF
Tints of Han Purple #3E02EF
RGB
CMYK
RGB Variations
Color information
#3E02EF (or 0x3E02EF) is known color: Han Purple. HEX triplet: 3E, 02 and EF. RGB value is (62,2,239). Sum of RGB (Red+Green+Blue) = 62+2+239=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 239 (93.75% from 255 or 78.88% from 303); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E02EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E02EF is #C1FD10. Grayscale: #2E2E2E. Windows color (decimal): -12713233 or 15663678. OLE color: 15663678.
HSL color Cylindrical-coordinate representation of color #3E02EF: hue angle of 255.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02EF is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 2 | 239 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.06 |
| HSL | 255.19º | 0.98% | 0.47% | - |
| HSV(B) | 255.19º | 0.99% | 0.94% | - |
| XYZ | 17.59 | 7.3 | 82.14 | - |
| YUV | 46.96 | 236.38 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 239 | 0.74 | 0.99 | 0 | 0.06 | 255.19 | 0.98 | 0.47 |
| Hex | 3E | 2 | EF | 4A | 63 | 0 | 6 | FF | 62 | 2F |
| Octal | 76 | 2 | 357 | 112 | 143 | 0 | 6 | 377 | 142 | 57 |
| Binary | 111110 | 10 | 11101111 | 1001010 | 1100011 | 0 | 110 | 11111111 | 1100010 | 101111 |
Color Harmonies of #3E02EF
Complementary color
Monochromatic Colors of #3E02EF
Black with #3E02EF
Text Example
Text Example
White with #3E02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02EF; }
p { color: rgb(62,2,239); }
H1.HeaderClassName
{
color: #3E02EF;
}
.AnyTagClassName
{
color: #3E02EF;
}
</style>
background-color css
<style>
a { background-color: #3E02EF; }
a { background-color: rgb(62,2,239); }
div.DivClassName
{
background-color: #3E02EF;
}
.BgClassName
{
background-color: #3E02EF;
}
</style>
border-color css
<style>
span { border-color: #3E02EF; }
span { border-color: rgb(62,2,239); }
td.TdClassName
{
border-color: #3E02EF;
}
.TagClassName
{
border-color: #3E02EF;
}
</style>