Shades of Han Purple #3C2CDC
Tints of Han Purple #3C2CDC
RGB
CMYK
RGB Variations
Color information
#3C2CDC (or 0x3C2CDC) is known color: Han Purple. HEX triplet: 3C, 2C and DC. RGB value is (60,44,220). Sum of RGB (Red+Green+Blue) = 60+44+220=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C2CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CDC is #C3D323. Grayscale: #444444. Windows color (decimal): -12833572 or 14429244. OLE color: 14429244.
HSL color Cylindrical-coordinate representation of color #3C2CDC: hue angle of 245.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2CDC is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 44 | 220 | - |
| CMYK | 0.73 | 0.8 | 0 | 0.14 |
| HSL | 245.45º | 0.72% | 0.52% | - |
| HSV(B) | 245.45º | 0.8% | 0.86% | - |
| XYZ | 15.68 | 7.93 | 68.41 | - |
| YUV | 68.85 | 213.3 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 220 | 0.73 | 0.8 | 0 | 0.14 | 245.45 | 0.72 | 0.52 |
| Hex | 3C | 2C | DC | 49 | 50 | 0 | E | F5 | 48 | 34 |
| Octal | 74 | 54 | 334 | 111 | 120 | 0 | 16 | 365 | 110 | 64 |
| Binary | 111100 | 101100 | 11011100 | 1001001 | 1010000 | 0 | 1110 | 11110101 | 1001000 | 110100 |
Color Harmonies of #3C2CDC
Complementary color
Monochromatic Colors of #3C2CDC
Black with #3C2CDC
Text Example
Text Example
White with #3C2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2CDC; }
p { color: rgb(60,44,220); }
H1.HeaderClassName
{
color: #3C2CDC;
}
.AnyTagClassName
{
color: #3C2CDC;
}
</style>
background-color css
<style>
a { background-color: #3C2CDC; }
a { background-color: rgb(60,44,220); }
div.DivClassName
{
background-color: #3C2CDC;
}
.BgClassName
{
background-color: #3C2CDC;
}
</style>
border-color css
<style>
span { border-color: #3C2CDC; }
span { border-color: rgb(60,44,220); }
td.TdClassName
{
border-color: #3C2CDC;
}
.TagClassName
{
border-color: #3C2CDC;
}
</style>