Shades of Han Purple #3C0BCA
Tints of Han Purple #3C0BCA
RGB
CMYK
RGB Variations
Color information
#3C0BCA (or 0x3C0BCA) is known color: Han Purple. HEX triplet: 3C, 0B and CA. RGB value is (60,11,202). Sum of RGB (Red+Green+Blue) = 60+11+202=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C0BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BCA is #C3F435. Grayscale: #2E2E2E. Windows color (decimal): -12842038 or 13241148. OLE color: 13241148.
HSL color Cylindrical-coordinate representation of color #3C0BCA: hue angle of 255.39º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0BCA is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 11 | 202 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.21 |
| HSL | 255.39º | 0.9% | 0.42% | - |
| HSV(B) | 255.39º | 0.95% | 0.79% | - |
| XYZ | 12.64 | 5.46 | 56.27 | - |
| YUV | 47.43 | 215.23 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 202 | 0.70 | 0.95 | 0 | 0.21 | 255.39 | 0.9 | 0.42 |
| Hex | 3C | B | CA | 46 | 5F | 0 | 15 | FF | 5A | 2A |
| Octal | 74 | 13 | 312 | 106 | 137 | 0 | 25 | 377 | 132 | 52 |
| Binary | 111100 | 1011 | 11001010 | 1000110 | 1011111 | 0 | 10101 | 11111111 | 1011010 | 101010 |
Color Harmonies of #3C0BCA
Complementary color
Monochromatic Colors of #3C0BCA
Black with #3C0BCA
Text Example
Text Example
White with #3C0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BCA; }
p { color: rgb(60,11,202); }
H1.HeaderClassName
{
color: #3C0BCA;
}
.AnyTagClassName
{
color: #3C0BCA;
}
</style>
background-color css
<style>
a { background-color: #3C0BCA; }
a { background-color: rgb(60,11,202); }
div.DivClassName
{
background-color: #3C0BCA;
}
.BgClassName
{
background-color: #3C0BCA;
}
</style>
border-color css
<style>
span { border-color: #3C0BCA; }
span { border-color: rgb(60,11,202); }
td.TdClassName
{
border-color: #3C0BCA;
}
.TagClassName
{
border-color: #3C0BCA;
}
</style>