Shades of Han Purple #3C2AE0
Tints of Han Purple #3C2AE0
RGB
CMYK
RGB Variations
Color information
#3C2AE0 (or 0x3C2AE0) is known color: Han Purple. HEX triplet: 3C, 2A and E0. RGB value is (60,42,224). Sum of RGB (Red+Green+Blue) = 60+42+224=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #3C2AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2AE0 is #C3D51F. Grayscale: #434343. Windows color (decimal): -12834080 or 14690876. OLE color: 14690876.
HSL color Cylindrical-coordinate representation of color #3C2AE0: hue angle of 245.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2AE0 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 42 | 224 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.12 |
| HSL | 245.93º | 0.75% | 0.52% | - |
| HSV(B) | 245.93º | 0.81% | 0.88% | - |
| XYZ | 16.15 | 8 | 71.21 | - |
| YUV | 68.13 | 215.96 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 224 | 0.73 | 0.81 | 0 | 0.12 | 245.93 | 0.75 | 0.52 |
| Hex | 3C | 2A | E0 | 49 | 51 | 0 | C | F6 | 4B | 34 |
| Octal | 74 | 52 | 340 | 111 | 121 | 0 | 14 | 366 | 113 | 64 |
| Binary | 111100 | 101010 | 11100000 | 1001001 | 1010001 | 0 | 1100 | 11110110 | 1001011 | 110100 |
Color Harmonies of #3C2AE0
Complementary color
Monochromatic Colors of #3C2AE0
Black with #3C2AE0
Text Example
Text Example
White with #3C2AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2AE0; }
p { color: rgb(60,42,224); }
H1.HeaderClassName
{
color: #3C2AE0;
}
.AnyTagClassName
{
color: #3C2AE0;
}
</style>
background-color css
<style>
a { background-color: #3C2AE0; }
a { background-color: rgb(60,42,224); }
div.DivClassName
{
background-color: #3C2AE0;
}
.BgClassName
{
background-color: #3C2AE0;
}
</style>
border-color css
<style>
span { border-color: #3C2AE0; }
span { border-color: rgb(60,42,224); }
td.TdClassName
{
border-color: #3C2AE0;
}
.TagClassName
{
border-color: #3C2AE0;
}
</style>