Shades of Han Purple #3C0BCC
Tints of Han Purple #3C0BCC
RGB
CMYK
RGB Variations
Color information
#3C0BCC (or 0x3C0BCC) is known color: Han Purple. HEX triplet: 3C, 0B and CC. RGB value is (60,11,204). Sum of RGB (Red+Green+Blue) = 60+11+204=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C0BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BCC is #C3F433. Grayscale: #2E2E2E. Windows color (decimal): -12842036 or 13372220. OLE color: 13372220.
HSL color Cylindrical-coordinate representation of color #3C0BCC: hue angle of 255.23º degrees, saturation: 0.9, 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 #3C0BCC is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 11 | 204 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.2 |
| HSL | 255.23º | 0.9% | 0.42% | - |
| HSV(B) | 255.23º | 0.95% | 0.8% | - |
| XYZ | 12.88 | 5.56 | 57.52 | - |
| YUV | 47.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 204 | 0.71 | 0.95 | 0 | 0.2 | 255.23 | 0.9 | 0.42 |
| Hex | 3C | B | CC | 47 | 5F | 0 | 14 | FF | 5A | 2A |
| Octal | 74 | 13 | 314 | 107 | 137 | 0 | 24 | 377 | 132 | 52 |
| Binary | 111100 | 1011 | 11001100 | 1000111 | 1011111 | 0 | 10100 | 11111111 | 1011010 | 101010 |
Color Harmonies of #3C0BCC
Complementary color
Monochromatic Colors of #3C0BCC
Black with #3C0BCC
Text Example
Text Example
White with #3C0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BCC; }
p { color: rgb(60,11,204); }
H1.HeaderClassName
{
color: #3C0BCC;
}
.AnyTagClassName
{
color: #3C0BCC;
}
</style>
background-color css
<style>
a { background-color: #3C0BCC; }
a { background-color: rgb(60,11,204); }
div.DivClassName
{
background-color: #3C0BCC;
}
.BgClassName
{
background-color: #3C0BCC;
}
</style>
border-color css
<style>
span { border-color: #3C0BCC; }
span { border-color: rgb(60,11,204); }
td.TdClassName
{
border-color: #3C0BCC;
}
.TagClassName
{
border-color: #3C0BCC;
}
</style>