Shades of Han Purple #3C2CDA
Tints of Han Purple #3C2CDA
RGB
CMYK
RGB Variations
Color information
#3C2CDA (or 0x3C2CDA) is known color: Han Purple. HEX triplet: 3C, 2C and DA. RGB value is (60,44,218). Sum of RGB (Red+Green+Blue) = 60+44+218=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C2CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CDA is #C3D325. Grayscale: #434343. Windows color (decimal): -12833574 or 14298172. OLE color: 14298172.
HSL color Cylindrical-coordinate representation of color #3C2CDA: hue angle of 245.52º degrees, saturation: 0.7, 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 #3C2CDA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 44 | 218 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.15 |
| HSL | 245.52º | 0.7% | 0.51% | - |
| HSV(B) | 245.52º | 0.8% | 0.85% | - |
| XYZ | 15.42 | 7.82 | 67.03 | - |
| YUV | 68.62 | 212.3 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 218 | 0.72 | 0.80 | 0 | 0.15 | 245.52 | 0.7 | 0.51 |
| Hex | 3C | 2C | DA | 48 | 50 | 0 | F | F6 | 46 | 33 |
| Octal | 74 | 54 | 332 | 110 | 120 | 0 | 17 | 366 | 106 | 63 |
| Binary | 111100 | 101100 | 11011010 | 1001000 | 1010000 | 0 | 1111 | 11110110 | 1000110 | 110011 |
Color Harmonies of #3C2CDA
Complementary color
Monochromatic Colors of #3C2CDA
Black with #3C2CDA
Text Example
Text Example
White with #3C2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2CDA; }
p { color: rgb(60,44,218); }
H1.HeaderClassName
{
color: #3C2CDA;
}
.AnyTagClassName
{
color: #3C2CDA;
}
</style>
background-color css
<style>
a { background-color: #3C2CDA; }
a { background-color: rgb(60,44,218); }
div.DivClassName
{
background-color: #3C2CDA;
}
.BgClassName
{
background-color: #3C2CDA;
}
</style>
border-color css
<style>
span { border-color: #3C2CDA; }
span { border-color: rgb(60,44,218); }
td.TdClassName
{
border-color: #3C2CDA;
}
.TagClassName
{
border-color: #3C2CDA;
}
</style>