Shades of Han Purple #3E10DA
Tints of Han Purple #3E10DA
RGB
CMYK
RGB Variations
Color information
#3E10DA (or 0x3E10DA) is known color: Han Purple. HEX triplet: 3E, 10 and DA. RGB value is (62,16,218). Sum of RGB (Red+Green+Blue) = 62+16+218=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E10DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E10DA is #C1EF25. Grayscale: #343434. Windows color (decimal): -12709670 or 14291006. OLE color: 14291006.
HSL color Cylindrical-coordinate representation of color #3E10DA: hue angle of 253.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E10DA is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 16 | 218 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.15 |
| HSL | 253.66º | 0.86% | 0.46% | - |
| HSV(B) | 253.66º | 0.93% | 0.85% | - |
| XYZ | 14.83 | 6.46 | 66.79 | - |
| YUV | 52.78 | 221.24 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 218 | 0.72 | 0.93 | 0 | 0.15 | 253.66 | 0.86 | 0.46 |
| Hex | 3E | 10 | DA | 48 | 5D | 0 | F | FE | 56 | 2E |
| Octal | 76 | 20 | 332 | 110 | 135 | 0 | 17 | 376 | 126 | 56 |
| Binary | 111110 | 10000 | 11011010 | 1001000 | 1011101 | 0 | 1111 | 11111110 | 1010110 | 101110 |
Color Harmonies of #3E10DA
Complementary color
Monochromatic Colors of #3E10DA
Black with #3E10DA
Text Example
Text Example
White with #3E10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E10DA; }
p { color: rgb(62,16,218); }
H1.HeaderClassName
{
color: #3E10DA;
}
.AnyTagClassName
{
color: #3E10DA;
}
</style>
background-color css
<style>
a { background-color: #3E10DA; }
a { background-color: rgb(62,16,218); }
div.DivClassName
{
background-color: #3E10DA;
}
.BgClassName
{
background-color: #3E10DA;
}
</style>
border-color css
<style>
span { border-color: #3E10DA; }
span { border-color: rgb(62,16,218); }
td.TdClassName
{
border-color: #3E10DA;
}
.TagClassName
{
border-color: #3E10DA;
}
</style>