Shades of Han Purple #3C12DC
Tints of Han Purple #3C12DC
RGB
CMYK
RGB Variations
Color information
#3C12DC (or 0x3C12DC) is known color: Han Purple. HEX triplet: 3C, 12 and DC. RGB value is (60,18,220). Sum of RGB (Red+Green+Blue) = 60+18+220=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C12DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C12DC is #C3ED23. Grayscale: #343434. Windows color (decimal): -12840228 or 14422588. OLE color: 14422588.
HSL color Cylindrical-coordinate representation of color #3C12DC: hue angle of 252.48º 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 #3C12DC is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 18 | 220 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.14 |
| HSL | 252.48º | 0.85% | 0.47% | - |
| HSV(B) | 252.48º | 0.92% | 0.86% | - |
| XYZ | 15 | 6.56 | 68.19 | - |
| YUV | 53.59 | 221.91 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 220 | 0.73 | 0.92 | 0 | 0.14 | 252.48 | 0.85 | 0.47 |
| Hex | 3C | 12 | DC | 49 | 5C | 0 | E | FC | 55 | 2F |
| Octal | 74 | 22 | 334 | 111 | 134 | 0 | 16 | 374 | 125 | 57 |
| Binary | 111100 | 10010 | 11011100 | 1001001 | 1011100 | 0 | 1110 | 11111100 | 1010101 | 101111 |
Color Harmonies of #3C12DC
Complementary color
Monochromatic Colors of #3C12DC
Black with #3C12DC
Text Example
Text Example
White with #3C12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C12DC; }
p { color: rgb(60,18,220); }
H1.HeaderClassName
{
color: #3C12DC;
}
.AnyTagClassName
{
color: #3C12DC;
}
</style>
background-color css
<style>
a { background-color: #3C12DC; }
a { background-color: rgb(60,18,220); }
div.DivClassName
{
background-color: #3C12DC;
}
.BgClassName
{
background-color: #3C12DC;
}
</style>
border-color css
<style>
span { border-color: #3C12DC; }
span { border-color: rgb(60,18,220); }
td.TdClassName
{
border-color: #3C12DC;
}
.TagClassName
{
border-color: #3C12DC;
}
</style>