Shades of Han Purple #3E12DF
Tints of Han Purple #3E12DF
RGB
CMYK
RGB Variations
Color information
#3E12DF (or 0x3E12DF) is known color: Han Purple. HEX triplet: 3E, 12 and DF. RGB value is (62,18,223). Sum of RGB (Red+Green+Blue) = 62+18+223=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E12DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E12DF is #C1ED20. Grayscale: #353535. Windows color (decimal): -12709153 or 14619198. OLE color: 14619198.
HSL color Cylindrical-coordinate representation of color #3E12DF: hue angle of 252.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E12DF is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 18 | 223 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.13 |
| HSL | 252.88º | 0.85% | 0.47% | - |
| HSV(B) | 252.88º | 0.92% | 0.87% | - |
| XYZ | 15.52 | 6.78 | 70.3 | - |
| YUV | 54.53 | 223.08 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 223 | 0.72 | 0.92 | 0 | 0.13 | 252.88 | 0.85 | 0.47 |
| Hex | 3E | 12 | DF | 48 | 5C | 0 | D | FD | 55 | 2F |
| Octal | 76 | 22 | 337 | 110 | 134 | 0 | 15 | 375 | 125 | 57 |
| Binary | 111110 | 10010 | 11011111 | 1001000 | 1011100 | 0 | 1101 | 11111101 | 1010101 | 101111 |
Color Harmonies of #3E12DF
Complementary color
Monochromatic Colors of #3E12DF
Black with #3E12DF
Text Example
Text Example
White with #3E12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E12DF; }
p { color: rgb(62,18,223); }
H1.HeaderClassName
{
color: #3E12DF;
}
.AnyTagClassName
{
color: #3E12DF;
}
</style>
background-color css
<style>
a { background-color: #3E12DF; }
a { background-color: rgb(62,18,223); }
div.DivClassName
{
background-color: #3E12DF;
}
.BgClassName
{
background-color: #3E12DF;
}
</style>
border-color css
<style>
span { border-color: #3E12DF; }
span { border-color: rgb(62,18,223); }
td.TdClassName
{
border-color: #3E12DF;
}
.TagClassName
{
border-color: #3E12DF;
}
</style>