Shades of Han Purple #3E02CF
Tints of Han Purple #3E02CF
RGB
CMYK
RGB Variations
Color information
#3E02CF (or 0x3E02CF) is known color: Han Purple. HEX triplet: 3E, 02 and CF. RGB value is (62,2,207). Sum of RGB (Red+Green+Blue) = 62+2+207=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E02CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02CF is #C1FD30. Grayscale: #2A2A2A. Windows color (decimal): -12713265 or 13566526. OLE color: 13566526.
HSL color Cylindrical-coordinate representation of color #3E02CF: hue angle of 257.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02CF is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 2 | 207 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.19 |
| HSL | 257.56º | 0.98% | 0.41% | - |
| HSV(B) | 257.56º | 0.99% | 0.81% | - |
| XYZ | 13.27 | 5.57 | 59.41 | - |
| YUV | 43.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 207 | 0.70 | 0.99 | 0 | 0.19 | 257.56 | 0.98 | 0.41 |
| Hex | 3E | 2 | CF | 46 | 63 | 0 | 13 | 102 | 62 | 29 |
| Octal | 76 | 2 | 317 | 106 | 143 | 0 | 23 | 402 | 142 | 51 |
| Binary | 111110 | 10 | 11001111 | 1000110 | 1100011 | 0 | 10011 | 100000010 | 1100010 | 101001 |
Color Harmonies of #3E02CF
Complementary color
Monochromatic Colors of #3E02CF
Black with #3E02CF
Text Example
Text Example
White with #3E02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02CF; }
p { color: rgb(62,2,207); }
H1.HeaderClassName
{
color: #3E02CF;
}
.AnyTagClassName
{
color: #3E02CF;
}
</style>
background-color css
<style>
a { background-color: #3E02CF; }
a { background-color: rgb(62,2,207); }
div.DivClassName
{
background-color: #3E02CF;
}
.BgClassName
{
background-color: #3E02CF;
}
</style>
border-color css
<style>
span { border-color: #3E02CF; }
span { border-color: rgb(62,2,207); }
td.TdClassName
{
border-color: #3E02CF;
}
.TagClassName
{
border-color: #3E02CF;
}
</style>