Shades of Han Purple #3C2DE0
Tints of Han Purple #3C2DE0
RGB
CMYK
RGB Variations
Color information
#3C2DE0 (or 0x3C2DE0) is known color: Han Purple. HEX triplet: 3C, 2D and E0. RGB value is (60,45,224). Sum of RGB (Red+Green+Blue) = 60+45+224=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 224 (87.89% from 255 or 68.09% from 329); Max value from RGB is 224 - color contains mainly: blue. Hex color #3C2DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2DE0 is #C3D21F. Grayscale: #454545. Windows color (decimal): -12833312 or 14691644. OLE color: 14691644.
HSL color Cylindrical-coordinate representation of color #3C2DE0: hue angle of 245.03º degrees, saturation: 0.74, 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 #3C2DE0 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 45 | 224 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.12 |
| HSL | 245.03º | 0.74% | 0.53% | - |
| HSV(B) | 245.03º | 0.8% | 0.88% | - |
| XYZ | 16.26 | 8.22 | 71.25 | - |
| YUV | 69.89 | 214.97 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 224 | 0.73 | 0.80 | 0 | 0.12 | 245.03 | 0.74 | 0.53 |
| Hex | 3C | 2D | E0 | 49 | 50 | 0 | C | F5 | 4A | 35 |
| Octal | 74 | 55 | 340 | 111 | 120 | 0 | 14 | 365 | 112 | 65 |
| Binary | 111100 | 101101 | 11100000 | 1001001 | 1010000 | 0 | 1100 | 11110101 | 1001010 | 110101 |
Color Harmonies of #3C2DE0
Complementary color
Monochromatic Colors of #3C2DE0
Black with #3C2DE0
Text Example
Text Example
White with #3C2DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2DE0; }
p { color: rgb(60,45,224); }
H1.HeaderClassName
{
color: #3C2DE0;
}
.AnyTagClassName
{
color: #3C2DE0;
}
</style>
background-color css
<style>
a { background-color: #3C2DE0; }
a { background-color: rgb(60,45,224); }
div.DivClassName
{
background-color: #3C2DE0;
}
.BgClassName
{
background-color: #3C2DE0;
}
</style>
border-color css
<style>
span { border-color: #3C2DE0; }
span { border-color: rgb(60,45,224); }
td.TdClassName
{
border-color: #3C2DE0;
}
.TagClassName
{
border-color: #3C2DE0;
}
</style>