Shades of Han Purple #3C0ACB
Tints of Han Purple #3C0ACB
RGB
CMYK
RGB Variations
Color information
#3C0ACB (or 0x3C0ACB) is known color: Han Purple. HEX triplet: 3C, 0A and CB. RGB value is (60,10,203). Sum of RGB (Red+Green+Blue) = 60+10+203=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C0ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0ACB is #C3F534. Grayscale: #2E2E2E. Windows color (decimal): -12842293 or 13306428. OLE color: 13306428.
HSL color Cylindrical-coordinate representation of color #3C0ACB: hue angle of 255.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0ACB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 10 | 203 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.20 |
| HSL | 255.54º | 0.91% | 0.42% | - |
| HSV(B) | 255.54º | 0.95% | 0.8% | - |
| XYZ | 12.75 | 5.49 | 56.89 | - |
| YUV | 46.95 | 216.07 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 203 | 0.70 | 0.95 | 0 | 0.20 | 255.54 | 0.91 | 0.42 |
| Hex | 3C | A | CB | 46 | 5F | 0 | 14 | 100 | 5B | 2A |
| Octal | 74 | 12 | 313 | 106 | 137 | 0 | 24 | 400 | 133 | 52 |
| Binary | 111100 | 1010 | 11001011 | 1000110 | 1011111 | 0 | 10100 | 100000000 | 1011011 | 101010 |
Color Harmonies of #3C0ACB
Complementary color
Monochromatic Colors of #3C0ACB
Black with #3C0ACB
Text Example
Text Example
White with #3C0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0ACB; }
p { color: rgb(60,10,203); }
H1.HeaderClassName
{
color: #3C0ACB;
}
.AnyTagClassName
{
color: #3C0ACB;
}
</style>
background-color css
<style>
a { background-color: #3C0ACB; }
a { background-color: rgb(60,10,203); }
div.DivClassName
{
background-color: #3C0ACB;
}
.BgClassName
{
background-color: #3C0ACB;
}
</style>
border-color css
<style>
span { border-color: #3C0ACB; }
span { border-color: rgb(60,10,203); }
td.TdClassName
{
border-color: #3C0ACB;
}
.TagClassName
{
border-color: #3C0ACB;
}
</style>