Shades of Han Purple #3C12EB
Tints of Han Purple #3C12EB
RGB
CMYK
RGB Variations
Color information
#3C12EB (or 0x3C12EB) is known color: Han Purple. HEX triplet: 3C, 12 and EB. RGB value is (60,18,235). Sum of RGB (Red+Green+Blue) = 60+18+235=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C12EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C12EB is #C3ED14. Grayscale: #363636. Windows color (decimal): -12840213 or 15405628. OLE color: 15405628.
HSL color Cylindrical-coordinate representation of color #3C12EB: hue angle of 251.61º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C12EB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 18 | 235 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.08 |
| HSL | 251.61º | 0.86% | 0.5% | - |
| HSV(B) | 251.61º | 0.92% | 0.92% | - |
| XYZ | 17.08 | 7.39 | 79.12 | - |
| YUV | 55.3 | 229.41 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 235 | 0.74 | 0.92 | 0 | 0.08 | 251.61 | 0.86 | 0.5 |
| Hex | 3C | 12 | EB | 4A | 5C | 0 | 8 | FC | 56 | 32 |
| Octal | 74 | 22 | 353 | 112 | 134 | 0 | 10 | 374 | 126 | 62 |
| Binary | 111100 | 10010 | 11101011 | 1001010 | 1011100 | 0 | 1000 | 11111100 | 1010110 | 110010 |
Color Harmonies of #3C12EB
Complementary color
Monochromatic Colors of #3C12EB
Black with #3C12EB
Text Example
Text Example
White with #3C12EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C12EB; }
p { color: rgb(60,18,235); }
H1.HeaderClassName
{
color: #3C12EB;
}
.AnyTagClassName
{
color: #3C12EB;
}
</style>
background-color css
<style>
a { background-color: #3C12EB; }
a { background-color: rgb(60,18,235); }
div.DivClassName
{
background-color: #3C12EB;
}
.BgClassName
{
background-color: #3C12EB;
}
</style>
border-color css
<style>
span { border-color: #3C12EB; }
span { border-color: rgb(60,18,235); }
td.TdClassName
{
border-color: #3C12EB;
}
.TagClassName
{
border-color: #3C12EB;
}
</style>