Shades of Han Purple #3C2CD9
Tints of Han Purple #3C2CD9
RGB
CMYK
RGB Variations
Color information
#3C2CD9 (or 0x3C2CD9) is known color: Han Purple. HEX triplet: 3C, 2C and D9. RGB value is (60,44,217). Sum of RGB (Red+Green+Blue) = 60+44+217=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 217 (85.16% from 255 or 67.60% from 321); Max value from RGB is 217 - color contains mainly: blue. Hex color #3C2CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CD9 is #C3D326. Grayscale: #434343. Windows color (decimal): -12833575 or 14232636. OLE color: 14232636.
HSL color Cylindrical-coordinate representation of color #3C2CD9: hue angle of 245.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2CD9 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 44 | 217 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.15 |
| HSL | 245.55º | 0.69% | 0.51% | - |
| HSV(B) | 245.55º | 0.8% | 0.85% | - |
| XYZ | 15.29 | 7.77 | 66.34 | - |
| YUV | 68.51 | 211.8 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 217 | 0.72 | 0.80 | 0 | 0.15 | 245.55 | 0.69 | 0.51 |
| Hex | 3C | 2C | D9 | 48 | 50 | 0 | F | F6 | 45 | 33 |
| Octal | 74 | 54 | 331 | 110 | 120 | 0 | 17 | 366 | 105 | 63 |
| Binary | 111100 | 101100 | 11011001 | 1001000 | 1010000 | 0 | 1111 | 11110110 | 1000101 | 110011 |
Color Harmonies of #3C2CD9
Complementary color
Monochromatic Colors of #3C2CD9
Black with #3C2CD9
Text Example
Text Example
White with #3C2CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2CD9; }
p { color: rgb(60,44,217); }
H1.HeaderClassName
{
color: #3C2CD9;
}
.AnyTagClassName
{
color: #3C2CD9;
}
</style>
background-color css
<style>
a { background-color: #3C2CD9; }
a { background-color: rgb(60,44,217); }
div.DivClassName
{
background-color: #3C2CD9;
}
.BgClassName
{
background-color: #3C2CD9;
}
</style>
border-color css
<style>
span { border-color: #3C2CD9; }
span { border-color: rgb(60,44,217); }
td.TdClassName
{
border-color: #3C2CD9;
}
.TagClassName
{
border-color: #3C2CD9;
}
</style>