Shades of Han Purple #3C24ED
Tints of Han Purple #3C24ED
RGB
CMYK
RGB Variations
Color information
#3C24ED (or 0x3C24ED) is known color: Han Purple. HEX triplet: 3C, 24 and ED. RGB value is (60,36,237). Sum of RGB (Red+Green+Blue) = 60+36+237=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C24ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C24ED is #C3DB12. Grayscale: #414141. Windows color (decimal): -12835603 or 15541308. OLE color: 15541308.
HSL color Cylindrical-coordinate representation of color #3C24ED: hue angle of 247.16º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C24ED is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 36 | 237 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.07 |
| HSL | 247.16º | 0.85% | 0.54% | - |
| HSV(B) | 247.16º | 0.85% | 0.93% | - |
| XYZ | 17.78 | 8.34 | 80.79 | - |
| YUV | 66.09 | 224.45 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 237 | 0.75 | 0.85 | 0 | 0.07 | 247.16 | 0.85 | 0.54 |
| Hex | 3C | 24 | ED | 4B | 55 | 0 | 7 | F7 | 55 | 36 |
| Octal | 74 | 44 | 355 | 113 | 125 | 0 | 7 | 367 | 125 | 66 |
| Binary | 111100 | 100100 | 11101101 | 1001011 | 1010101 | 0 | 111 | 11110111 | 1010101 | 110110 |
Color Harmonies of #3C24ED
Complementary color
Monochromatic Colors of #3C24ED
Black with #3C24ED
Text Example
Text Example
White with #3C24ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24ED; }
p { color: rgb(60,36,237); }
H1.HeaderClassName
{
color: #3C24ED;
}
.AnyTagClassName
{
color: #3C24ED;
}
</style>
background-color css
<style>
a { background-color: #3C24ED; }
a { background-color: rgb(60,36,237); }
div.DivClassName
{
background-color: #3C24ED;
}
.BgClassName
{
background-color: #3C24ED;
}
</style>
border-color css
<style>
span { border-color: #3C24ED; }
span { border-color: rgb(60,36,237); }
td.TdClassName
{
border-color: #3C24ED;
}
.TagClassName
{
border-color: #3C24ED;
}
</style>