Shades of Han Purple #3A12DC
Tints of Han Purple #3A12DC
RGB
CMYK
RGB Variations
Color information
#3A12DC (or 0x3A12DC) is known color: Han Purple. HEX triplet: 3A, 12 and DC. RGB value is (58,18,220). Sum of RGB (Red+Green+Blue) = 58+18+220=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A12DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A12DC is #C5ED23. Grayscale: #343434. Windows color (decimal): -12971300 or 14422586. OLE color: 14422586.
HSL color Cylindrical-coordinate representation of color #3A12DC: hue angle of 251.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A12DC is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 18 | 220 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.14 |
| HSL | 251.88º | 0.85% | 0.47% | - |
| HSV(B) | 251.88º | 0.92% | 0.86% | - |
| XYZ | 14.88 | 6.5 | 68.18 | - |
| YUV | 52.99 | 222.25 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 220 | 0.74 | 0.92 | 0 | 0.14 | 251.88 | 0.85 | 0.47 |
| Hex | 3A | 12 | DC | 4A | 5C | 0 | E | FC | 55 | 2F |
| Octal | 72 | 22 | 334 | 112 | 134 | 0 | 16 | 374 | 125 | 57 |
| Binary | 111010 | 10010 | 11011100 | 1001010 | 1011100 | 0 | 1110 | 11111100 | 1010101 | 101111 |
Color Harmonies of #3A12DC
Complementary color
Monochromatic Colors of #3A12DC
Black with #3A12DC
Text Example
Text Example
White with #3A12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A12DC; }
p { color: rgb(58,18,220); }
H1.HeaderClassName
{
color: #3A12DC;
}
.AnyTagClassName
{
color: #3A12DC;
}
</style>
background-color css
<style>
a { background-color: #3A12DC; }
a { background-color: rgb(58,18,220); }
div.DivClassName
{
background-color: #3A12DC;
}
.BgClassName
{
background-color: #3A12DC;
}
</style>
border-color css
<style>
span { border-color: #3A12DC; }
span { border-color: rgb(58,18,220); }
td.TdClassName
{
border-color: #3A12DC;
}
.TagClassName
{
border-color: #3A12DC;
}
</style>