Shades of Han Purple #2428EE
Tints of Han Purple #2428EE
RGB
CMYK
RGB Variations
Color information
#2428EE (or 0x2428EE) is known color: Han Purple. HEX triplet: 24, 28 and EE. RGB value is (36,40,238). Sum of RGB (Red+Green+Blue) = 36+40+238=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #2428EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2428EE is #DBD711. Grayscale: #3C3C3C. Windows color (decimal): -14407442 or 15607844. OLE color: 15607844.
HSL color Cylindrical-coordinate representation of color #2428EE: hue angle of 238.81º degrees, saturation: 0.86, 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 #2428EE is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 40 | 238 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.07 |
| HSL | 238.81º | 0.86% | 0.54% | - |
| HSV(B) | 238.81º | 0.85% | 0.93% | - |
| XYZ | 16.92 | 8.07 | 81.55 | - |
| YUV | 61.38 | 227.67 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 238 | 0.85 | 0.83 | 0 | 0.07 | 238.81 | 0.86 | 0.54 |
| Hex | 24 | 28 | EE | 55 | 53 | 0 | 7 | EF | 56 | 36 |
| Octal | 44 | 50 | 356 | 125 | 123 | 0 | 7 | 357 | 126 | 66 |
| Binary | 100100 | 101000 | 11101110 | 1010101 | 1010011 | 0 | 111 | 11101111 | 1010110 | 110110 |
Color Harmonies of #2428EE
Complementary color
Monochromatic Colors of #2428EE
Black with #2428EE
Text Example
Text Example
White with #2428EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2428EE; }
p { color: rgb(36,40,238); }
H1.HeaderClassName
{
color: #2428EE;
}
.AnyTagClassName
{
color: #2428EE;
}
</style>
background-color css
<style>
a { background-color: #2428EE; }
a { background-color: rgb(36,40,238); }
div.DivClassName
{
background-color: #2428EE;
}
.BgClassName
{
background-color: #2428EE;
}
</style>
border-color css
<style>
span { border-color: #2428EE; }
span { border-color: rgb(36,40,238); }
td.TdClassName
{
border-color: #2428EE;
}
.TagClassName
{
border-color: #2428EE;
}
</style>