Shades of Han Purple #3E02CC
Tints of Han Purple #3E02CC
RGB
CMYK
RGB Variations
Color information
#3E02CC (or 0x3E02CC) is known color: Han Purple. HEX triplet: 3E, 02 and CC. RGB value is (62,2,204). Sum of RGB (Red+Green+Blue) = 62+2+204=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E02CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02CC is #C1FD33. Grayscale: #2A2A2A. Windows color (decimal): -12713268 or 13369918. OLE color: 13369918.
HSL color Cylindrical-coordinate representation of color #3E02CC: hue angle of 257.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02CC is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 2 | 204 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.2 |
| HSL | 257.82º | 0.98% | 0.4% | - |
| HSV(B) | 257.82º | 0.99% | 0.8% | - |
| XYZ | 12.91 | 5.43 | 57.49 | - |
| YUV | 42.97 | 218.88 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 204 | 0.70 | 0.99 | 0 | 0.2 | 257.82 | 0.98 | 0.4 |
| Hex | 3E | 2 | CC | 46 | 63 | 0 | 14 | 102 | 62 | 28 |
| Octal | 76 | 2 | 314 | 106 | 143 | 0 | 24 | 402 | 142 | 50 |
| Binary | 111110 | 10 | 11001100 | 1000110 | 1100011 | 0 | 10100 | 100000010 | 1100010 | 101000 |
Color Harmonies of #3E02CC
Complementary color
Monochromatic Colors of #3E02CC
Black with #3E02CC
Text Example
Text Example
White with #3E02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02CC; }
p { color: rgb(62,2,204); }
H1.HeaderClassName
{
color: #3E02CC;
}
.AnyTagClassName
{
color: #3E02CC;
}
</style>
background-color css
<style>
a { background-color: #3E02CC; }
a { background-color: rgb(62,2,204); }
div.DivClassName
{
background-color: #3E02CC;
}
.BgClassName
{
background-color: #3E02CC;
}
</style>
border-color css
<style>
span { border-color: #3E02CC; }
span { border-color: rgb(62,2,204); }
td.TdClassName
{
border-color: #3E02CC;
}
.TagClassName
{
border-color: #3E02CC;
}
</style>