Shades of Han Purple #3E10CE
Tints of Han Purple #3E10CE
RGB
CMYK
RGB Variations
Color information
#3E10CE (or 0x3E10CE) is known color: Han Purple. HEX triplet: 3E, 10 and CE. RGB value is (62,16,206). Sum of RGB (Red+Green+Blue) = 62+16+206=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E10CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E10CE is #C1EF31. Grayscale: #323232. Windows color (decimal): -12709682 or 13504574. OLE color: 13504574.
HSL color Cylindrical-coordinate representation of color #3E10CE: hue angle of 254.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E10CE is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 16 | 206 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.19 |
| HSL | 254.53º | 0.86% | 0.44% | - |
| HSV(B) | 254.53º | 0.92% | 0.81% | - |
| XYZ | 13.31 | 5.85 | 58.82 | - |
| YUV | 51.41 | 215.24 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 206 | 0.70 | 0.92 | 0 | 0.19 | 254.53 | 0.86 | 0.44 |
| Hex | 3E | 10 | CE | 46 | 5C | 0 | 13 | FF | 56 | 2C |
| Octal | 76 | 20 | 316 | 106 | 134 | 0 | 23 | 377 | 126 | 54 |
| Binary | 111110 | 10000 | 11001110 | 1000110 | 1011100 | 0 | 10011 | 11111111 | 1010110 | 101100 |
Color Harmonies of #3E10CE
Complementary color
Monochromatic Colors of #3E10CE
Black with #3E10CE
Text Example
Text Example
White with #3E10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E10CE; }
p { color: rgb(62,16,206); }
H1.HeaderClassName
{
color: #3E10CE;
}
.AnyTagClassName
{
color: #3E10CE;
}
</style>
background-color css
<style>
a { background-color: #3E10CE; }
a { background-color: rgb(62,16,206); }
div.DivClassName
{
background-color: #3E10CE;
}
.BgClassName
{
background-color: #3E10CE;
}
</style>
border-color css
<style>
span { border-color: #3E10CE; }
span { border-color: rgb(62,16,206); }
td.TdClassName
{
border-color: #3E10CE;
}
.TagClassName
{
border-color: #3E10CE;
}
</style>