Shades of Han Purple #3C2EE1
Tints of Han Purple #3C2EE1
RGB
CMYK
RGB Variations
Color information
#3C2EE1 (or 0x3C2EE1) is known color: Han Purple. HEX triplet: 3C, 2E and E1. RGB value is (60,46,225). Sum of RGB (Red+Green+Blue) = 60+46+225=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 225 (88.28% from 255 or 67.98% from 331); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C2EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2EE1 is #C3D11E. Grayscale: #454545. Windows color (decimal): -12833055 or 14757436. OLE color: 14757436.
HSL color Cylindrical-coordinate representation of color #3C2EE1: hue angle of 244.69º 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 #3C2EE1 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 46 | 225 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.12 |
| HSL | 244.69º | 0.75% | 0.53% | - |
| HSV(B) | 244.69º | 0.8% | 0.88% | - |
| XYZ | 16.43 | 8.35 | 71.98 | - |
| YUV | 70.59 | 215.14 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 225 | 0.73 | 0.80 | 0 | 0.12 | 244.69 | 0.75 | 0.53 |
| Hex | 3C | 2E | E1 | 49 | 50 | 0 | C | F5 | 4B | 35 |
| Octal | 74 | 56 | 341 | 111 | 120 | 0 | 14 | 365 | 113 | 65 |
| Binary | 111100 | 101110 | 11100001 | 1001001 | 1010000 | 0 | 1100 | 11110101 | 1001011 | 110101 |
Color Harmonies of #3C2EE1
Complementary color
Monochromatic Colors of #3C2EE1
Black with #3C2EE1
Text Example
Text Example
White with #3C2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EE1; }
p { color: rgb(60,46,225); }
H1.HeaderClassName
{
color: #3C2EE1;
}
.AnyTagClassName
{
color: #3C2EE1;
}
</style>
background-color css
<style>
a { background-color: #3C2EE1; }
a { background-color: rgb(60,46,225); }
div.DivClassName
{
background-color: #3C2EE1;
}
.BgClassName
{
background-color: #3C2EE1;
}
</style>
border-color css
<style>
span { border-color: #3C2EE1; }
span { border-color: rgb(60,46,225); }
td.TdClassName
{
border-color: #3C2EE1;
}
.TagClassName
{
border-color: #3C2EE1;
}
</style>