Shades of Han Purple #3C0BD6
Tints of Han Purple #3C0BD6
RGB
CMYK
RGB Variations
Color information
#3C0BD6 (or 0x3C0BD6) is known color: Han Purple. HEX triplet: 3C, 0B and D6. RGB value is (60,11,214). Sum of RGB (Red+Green+Blue) = 60+11+214=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 214 (83.98% from 255 or 75.09% from 285); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C0BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BD6 is #C3F429. Grayscale: #303030. Windows color (decimal): -12842026 or 14027580. OLE color: 14027580.
HSL color Cylindrical-coordinate representation of color #3C0BD6: hue angle of 254.48º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0BD6 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 11 | 214 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.16 |
| HSL | 254.48º | 0.9% | 0.44% | - |
| HSV(B) | 254.48º | 0.95% | 0.84% | - |
| XYZ | 14.12 | 6.06 | 64.04 | - |
| YUV | 48.79 | 221.23 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 214 | 0.72 | 0.95 | 0 | 0.16 | 254.48 | 0.9 | 0.44 |
| Hex | 3C | B | D6 | 48 | 5F | 0 | 10 | FE | 5A | 2C |
| Octal | 74 | 13 | 326 | 110 | 137 | 0 | 20 | 376 | 132 | 54 |
| Binary | 111100 | 1011 | 11010110 | 1001000 | 1011111 | 0 | 10000 | 11111110 | 1011010 | 101100 |
Color Harmonies of #3C0BD6
Complementary color
Monochromatic Colors of #3C0BD6
Black with #3C0BD6
Text Example
Text Example
White with #3C0BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BD6; }
p { color: rgb(60,11,214); }
H1.HeaderClassName
{
color: #3C0BD6;
}
.AnyTagClassName
{
color: #3C0BD6;
}
</style>
background-color css
<style>
a { background-color: #3C0BD6; }
a { background-color: rgb(60,11,214); }
div.DivClassName
{
background-color: #3C0BD6;
}
.BgClassName
{
background-color: #3C0BD6;
}
</style>
border-color css
<style>
span { border-color: #3C0BD6; }
span { border-color: rgb(60,11,214); }
td.TdClassName
{
border-color: #3C0BD6;
}
.TagClassName
{
border-color: #3C0BD6;
}
</style>