Shades of Han Purple #3C0DCC
Tints of Han Purple #3C0DCC
RGB
CMYK
RGB Variations
Color information
#3C0DCC (or 0x3C0DCC) is known color: Han Purple. HEX triplet: 3C, 0D and CC. RGB value is (60,13,204). Sum of RGB (Red+Green+Blue) = 60+13+204=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C0DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0DCC is #C3F233. Grayscale: #303030. Windows color (decimal): -12841524 or 13372732. OLE color: 13372732.
HSL color Cylindrical-coordinate representation of color #3C0DCC: hue angle of 254.76º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0DCC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 13 | 204 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.2 |
| HSL | 254.76º | 0.88% | 0.43% | - |
| HSV(B) | 254.76º | 0.94% | 0.8% | - |
| XYZ | 12.91 | 5.61 | 57.53 | - |
| YUV | 48.83 | 215.57 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 204 | 0.71 | 0.94 | 0 | 0.2 | 254.76 | 0.88 | 0.43 |
| Hex | 3C | D | CC | 47 | 5E | 0 | 14 | FF | 58 | 2B |
| Octal | 74 | 15 | 314 | 107 | 136 | 0 | 24 | 377 | 130 | 53 |
| Binary | 111100 | 1101 | 11001100 | 1000111 | 1011110 | 0 | 10100 | 11111111 | 1011000 | 101011 |
Color Harmonies of #3C0DCC
Complementary color
Monochromatic Colors of #3C0DCC
Black with #3C0DCC
Text Example
Text Example
White with #3C0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0DCC; }
p { color: rgb(60,13,204); }
H1.HeaderClassName
{
color: #3C0DCC;
}
.AnyTagClassName
{
color: #3C0DCC;
}
</style>
background-color css
<style>
a { background-color: #3C0DCC; }
a { background-color: rgb(60,13,204); }
div.DivClassName
{
background-color: #3C0DCC;
}
.BgClassName
{
background-color: #3C0DCC;
}
</style>
border-color css
<style>
span { border-color: #3C0DCC; }
span { border-color: rgb(60,13,204); }
td.TdClassName
{
border-color: #3C0DCC;
}
.TagClassName
{
border-color: #3C0DCC;
}
</style>