Shades of Han Purple #3E10CD
Tints of Han Purple #3E10CD
RGB
CMYK
RGB Variations
Color information
#3E10CD (or 0x3E10CD) is known color: Han Purple. HEX triplet: 3E, 10 and CD. RGB value is (62,16,205). Sum of RGB (Red+Green+Blue) = 62+16+205=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E10CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E10CD is #C1EF32. Grayscale: #323232. Windows color (decimal): -12709683 or 13439038. OLE color: 13439038.
HSL color Cylindrical-coordinate representation of color #3E10CD: hue angle of 254.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E10CD is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 16 | 205 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.20 |
| HSL | 254.6º | 0.86% | 0.43% | - |
| HSV(B) | 254.6º | 0.92% | 0.8% | - |
| XYZ | 13.19 | 5.8 | 58.18 | - |
| YUV | 51.3 | 214.74 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 205 | 0.70 | 0.92 | 0 | 0.20 | 254.6 | 0.86 | 0.43 |
| Hex | 3E | 10 | CD | 46 | 5C | 0 | 14 | FF | 56 | 2B |
| Octal | 76 | 20 | 315 | 106 | 134 | 0 | 24 | 377 | 126 | 53 |
| Binary | 111110 | 10000 | 11001101 | 1000110 | 1011100 | 0 | 10100 | 11111111 | 1010110 | 101011 |
Color Harmonies of #3E10CD
Complementary color
Monochromatic Colors of #3E10CD
Black with #3E10CD
Text Example
Text Example
White with #3E10CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E10CD; }
p { color: rgb(62,16,205); }
H1.HeaderClassName
{
color: #3E10CD;
}
.AnyTagClassName
{
color: #3E10CD;
}
</style>
background-color css
<style>
a { background-color: #3E10CD; }
a { background-color: rgb(62,16,205); }
div.DivClassName
{
background-color: #3E10CD;
}
.BgClassName
{
background-color: #3E10CD;
}
</style>
border-color css
<style>
span { border-color: #3E10CD; }
span { border-color: rgb(62,16,205); }
td.TdClassName
{
border-color: #3E10CD;
}
.TagClassName
{
border-color: #3E10CD;
}
</style>