Shades of Han Purple #2424EC
Tints of Han Purple #2424EC
RGB
CMYK
RGB Variations
Color information
#2424EC (or 0x2424EC) is known color: Han Purple. HEX triplet: 24, 24 and EC. RGB value is (36,36,236). Sum of RGB (Red+Green+Blue) = 36+36+236=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #2424EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2424EC is #DBDB13. Grayscale: #3A3A3A. Windows color (decimal): -14408468 or 15475748. OLE color: 15475748.
HSL color Cylindrical-coordinate representation of color #2424EC: hue angle of 240º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2424EC is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 36 | 236 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.07 |
| HSL | 240º | 0.84% | 0.53% | - |
| HSV(B) | 240º | 0.85% | 0.93% | - |
| XYZ | 16.5 | 7.69 | 79.97 | - |
| YUV | 58.8 | 228 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 236 | 0.85 | 0.85 | 0 | 0.07 | 240 | 0.84 | 0.53 |
| Hex | 24 | 24 | EC | 55 | 55 | 0 | 7 | F0 | 54 | 35 |
| Octal | 44 | 44 | 354 | 125 | 125 | 0 | 7 | 360 | 124 | 65 |
| Binary | 100100 | 100100 | 11101100 | 1010101 | 1010101 | 0 | 111 | 11110000 | 1010100 | 110101 |
Color Harmonies of #2424EC
Complementary color
Monochromatic Colors of #2424EC
Black with #2424EC
Text Example
Text Example
White with #2424EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2424EC; }
p { color: rgb(36,36,236); }
H1.HeaderClassName
{
color: #2424EC;
}
.AnyTagClassName
{
color: #2424EC;
}
</style>
background-color css
<style>
a { background-color: #2424EC; }
a { background-color: rgb(36,36,236); }
div.DivClassName
{
background-color: #2424EC;
}
.BgClassName
{
background-color: #2424EC;
}
</style>
border-color css
<style>
span { border-color: #2424EC; }
span { border-color: rgb(36,36,236); }
td.TdClassName
{
border-color: #2424EC;
}
.TagClassName
{
border-color: #2424EC;
}
</style>