Shades of Han Purple #3C2CE1
Tints of Han Purple #3C2CE1
RGB
CMYK
RGB Variations
Color information
#3C2CE1 (or 0x3C2CE1) is known color: Han Purple. HEX triplet: 3C, 2C and E1. RGB value is (60,44,225). Sum of RGB (Red+Green+Blue) = 60+44+225=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 225 (88.28% from 255 or 68.39% from 329); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C2CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CE1 is #C3D31E. Grayscale: #444444. Windows color (decimal): -12833567 or 14756924. OLE color: 14756924.
HSL color Cylindrical-coordinate representation of color #3C2CE1: hue angle of 245.3º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2CE1 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 44 | 225 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.12 |
| HSL | 245.3º | 0.75% | 0.53% | - |
| HSV(B) | 245.3º | 0.8% | 0.88% | - |
| XYZ | 16.35 | 8.2 | 71.95 | - |
| YUV | 69.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 225 | 0.73 | 0.80 | 0 | 0.12 | 245.3 | 0.75 | 0.53 |
| Hex | 3C | 2C | E1 | 49 | 50 | 0 | C | F5 | 4B | 35 |
| Octal | 74 | 54 | 341 | 111 | 120 | 0 | 14 | 365 | 113 | 65 |
| Binary | 111100 | 101100 | 11100001 | 1001001 | 1010000 | 0 | 1100 | 11110101 | 1001011 | 110101 |
Color Harmonies of #3C2CE1
Complementary color
Monochromatic Colors of #3C2CE1
Black with #3C2CE1
Text Example
Text Example
White with #3C2CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2CE1; }
p { color: rgb(60,44,225); }
H1.HeaderClassName
{
color: #3C2CE1;
}
.AnyTagClassName
{
color: #3C2CE1;
}
</style>
background-color css
<style>
a { background-color: #3C2CE1; }
a { background-color: rgb(60,44,225); }
div.DivClassName
{
background-color: #3C2CE1;
}
.BgClassName
{
background-color: #3C2CE1;
}
</style>
border-color css
<style>
span { border-color: #3C2CE1; }
span { border-color: rgb(60,44,225); }
td.TdClassName
{
border-color: #3C2CE1;
}
.TagClassName
{
border-color: #3C2CE1;
}
</style>