Shades of Han Purple #3E12DB
Tints of Han Purple #3E12DB
RGB
CMYK
RGB Variations
Color information
#3E12DB (or 0x3E12DB) is known color: Han Purple. HEX triplet: 3E, 12 and DB. RGB value is (62,18,219). Sum of RGB (Red+Green+Blue) = 62+18+219=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E12DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E12DB is #C1ED24. Grayscale: #353535. Windows color (decimal): -12709157 or 14357054. OLE color: 14357054.
HSL color Cylindrical-coordinate representation of color #3E12DB: hue angle of 253.13º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E12DB is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 62 | 18 | 219 | - |
CMYK | 0.72 | 0.92 | 0 | 0.14 |
HSL | 253.13º | 0.85% | 0.46% | - |
HSV(B) | 253.13º | 0.92% | 0.86% | - |
XYZ | 14.99 | 6.57 | 67.5 | - |
YUV | 54.07 | 221.08 | 133.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 18 | 219 | 0.72 | 0.92 | 0 | 0.14 | 253.13 | 0.85 | 0.46 |
Hex | 3E | 12 | DB | 48 | 5C | 0 | E | FD | 55 | 2E |
Octal | 76 | 22 | 333 | 110 | 134 | 0 | 16 | 375 | 125 | 56 |
Binary | 111110 | 10010 | 11011011 | 1001000 | 1011100 | 0 | 1110 | 11111101 | 1010101 | 101110 |
Color Harmonies of #3E12DB
Complementary color
Monochromatic Colors of #3E12DB
Black with #3E12DB
Text Example
Text Example
White with #3E12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E12DB; }
p { color: rgb(62,18,219); }
H1.HeaderClassName
{
color: #3E12DB;
}
.AnyTagClassName
{
color: #3E12DB;
}
</style>
background-color css
<style>
a { background-color: #3E12DB; }
a { background-color: rgb(62,18,219); }
div.DivClassName
{
background-color: #3E12DB;
}
.BgClassName
{
background-color: #3E12DB;
}
</style>
border-color css
<style>
span { border-color: #3E12DB; }
span { border-color: rgb(62,18,219); }
td.TdClassName
{
border-color: #3E12DB;
}
.TagClassName
{
border-color: #3E12DB;
}
</style>