Shades of Han Purple #3C2CDF
Tints of Han Purple #3C2CDF
RGB
CMYK
RGB Variations
Color information
#3C2CDF (or 0x3C2CDF) is known color: Han Purple. HEX triplet: 3C, 2C and DF. RGB value is (60,44,223). Sum of RGB (Red+Green+Blue) = 60+44+223=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C2CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CDF is #C3D320. Grayscale: #444444. Windows color (decimal): -12833569 or 14625852. OLE color: 14625852.
HSL color Cylindrical-coordinate representation of color #3C2CDF: hue angle of 245.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2CDF is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 44 | 223 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.13 |
| HSL | 245.36º | 0.74% | 0.52% | - |
| HSV(B) | 245.36º | 0.8% | 0.87% | - |
| XYZ | 16.08 | 8.09 | 70.53 | - |
| YUV | 69.19 | 214.8 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 223 | 0.73 | 0.80 | 0 | 0.13 | 245.36 | 0.74 | 0.52 |
| Hex | 3C | 2C | DF | 49 | 50 | 0 | D | F5 | 4A | 34 |
| Octal | 74 | 54 | 337 | 111 | 120 | 0 | 15 | 365 | 112 | 64 |
| Binary | 111100 | 101100 | 11011111 | 1001001 | 1010000 | 0 | 1101 | 11110101 | 1001010 | 110100 |
Color Harmonies of #3C2CDF
Complementary color
Monochromatic Colors of #3C2CDF
Black with #3C2CDF
Text Example
Text Example
White with #3C2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2CDF; }
p { color: rgb(60,44,223); }
H1.HeaderClassName
{
color: #3C2CDF;
}
.AnyTagClassName
{
color: #3C2CDF;
}
</style>
background-color css
<style>
a { background-color: #3C2CDF; }
a { background-color: rgb(60,44,223); }
div.DivClassName
{
background-color: #3C2CDF;
}
.BgClassName
{
background-color: #3C2CDF;
}
</style>
border-color css
<style>
span { border-color: #3C2CDF; }
span { border-color: rgb(60,44,223); }
td.TdClassName
{
border-color: #3C2CDF;
}
.TagClassName
{
border-color: #3C2CDF;
}
</style>