Shades of Han Purple #2425EC
Tints of Han Purple #2425EC
RGB
CMYK
RGB Variations
Color information
#2425EC (or 0x2425EC) is known color: Han Purple. HEX triplet: 24, 25 and EC. RGB value is (36,37,236). Sum of RGB (Red+Green+Blue) = 36+37+236=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 236 (92.58% from 255 or 76.38% from 309); Max value from RGB is 236 - color contains mainly: blue. Hex color #2425EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2425EC is #DBDA13. Grayscale: #3A3A3A. Windows color (decimal): -14408212 or 15476004. OLE color: 15476004.
HSL color Cylindrical-coordinate representation of color #2425EC: hue angle of 239.7º 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 #2425EC is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 37 | 236 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.07 |
| HSL | 239.7º | 0.84% | 0.53% | - |
| HSV(B) | 239.7º | 0.85% | 0.93% | - |
| XYZ | 16.53 | 7.75 | 79.98 | - |
| YUV | 59.39 | 227.67 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 236 | 0.85 | 0.84 | 0 | 0.07 | 239.7 | 0.84 | 0.53 |
| Hex | 24 | 25 | EC | 55 | 54 | 0 | 7 | F0 | 54 | 35 |
| Octal | 44 | 45 | 354 | 125 | 124 | 0 | 7 | 360 | 124 | 65 |
| Binary | 100100 | 100101 | 11101100 | 1010101 | 1010100 | 0 | 111 | 11110000 | 1010100 | 110101 |
Color Harmonies of #2425EC
Complementary color
Monochromatic Colors of #2425EC
Black with #2425EC
Text Example
Text Example
White with #2425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425EC; }
p { color: rgb(36,37,236); }
H1.HeaderClassName
{
color: #2425EC;
}
.AnyTagClassName
{
color: #2425EC;
}
</style>
background-color css
<style>
a { background-color: #2425EC; }
a { background-color: rgb(36,37,236); }
div.DivClassName
{
background-color: #2425EC;
}
.BgClassName
{
background-color: #2425EC;
}
</style>
border-color css
<style>
span { border-color: #2425EC; }
span { border-color: rgb(36,37,236); }
td.TdClassName
{
border-color: #2425EC;
}
.TagClassName
{
border-color: #2425EC;
}
</style>