Shades of Han Purple #3C12DF
Tints of Han Purple #3C12DF
RGB
CMYK
RGB Variations
Color information
#3C12DF (or 0x3C12DF) is known color: Han Purple. HEX triplet: 3C, 12 and DF. RGB value is (60,18,223). Sum of RGB (Red+Green+Blue) = 60+18+223=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C12DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C12DF is #C3ED20. Grayscale: #353535. Windows color (decimal): -12840225 or 14619196. OLE color: 14619196.
HSL color Cylindrical-coordinate representation of color #3C12DF: hue angle of 252.29º 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 #3C12DF is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 18 | 223 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.13 |
| HSL | 252.29º | 0.85% | 0.47% | - |
| HSV(B) | 252.29º | 0.92% | 0.87% | - |
| XYZ | 15.4 | 6.72 | 70.3 | - |
| YUV | 53.93 | 223.41 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 223 | 0.73 | 0.92 | 0 | 0.13 | 252.29 | 0.85 | 0.47 |
| Hex | 3C | 12 | DF | 49 | 5C | 0 | D | FC | 55 | 2F |
| Octal | 74 | 22 | 337 | 111 | 134 | 0 | 15 | 374 | 125 | 57 |
| Binary | 111100 | 10010 | 11011111 | 1001001 | 1011100 | 0 | 1101 | 11111100 | 1010101 | 101111 |
Color Harmonies of #3C12DF
Complementary color
Monochromatic Colors of #3C12DF
Black with #3C12DF
Text Example
Text Example
White with #3C12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C12DF; }
p { color: rgb(60,18,223); }
H1.HeaderClassName
{
color: #3C12DF;
}
.AnyTagClassName
{
color: #3C12DF;
}
</style>
background-color css
<style>
a { background-color: #3C12DF; }
a { background-color: rgb(60,18,223); }
div.DivClassName
{
background-color: #3C12DF;
}
.BgClassName
{
background-color: #3C12DF;
}
</style>
border-color css
<style>
span { border-color: #3C12DF; }
span { border-color: rgb(60,18,223); }
td.TdClassName
{
border-color: #3C12DF;
}
.TagClassName
{
border-color: #3C12DF;
}
</style>