Shades of Han Purple #4E28E4
Tints of Han Purple #4E28E4
RGB
CMYK
RGB Variations
Color information
#4E28E4 (or 0x4E28E4) is known color: Han Purple. HEX triplet: 4E, 28 and E4. RGB value is (78,40,228). Sum of RGB (Red+Green+Blue) = 78+40+228=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 228 (89.45% from 255 or 65.90% from 346); Max value from RGB is 228 - color contains mainly: blue. Hex color #4E28E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E28E4 is #B1D71B. Grayscale: #484848. Windows color (decimal): -11654940 or 14952526. OLE color: 14952526.
HSL color Cylindrical-coordinate representation of color #4E28E4: hue angle of 252.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E28E4 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 40 | 228 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.11 |
| HSL | 252.13º | 0.78% | 0.53% | - |
| HSV(B) | 252.13º | 0.82% | 0.89% | - |
| XYZ | 17.9 | 8.74 | 74.14 | - |
| YUV | 72.79 | 215.59 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 228 | 0.66 | 0.82 | 0 | 0.11 | 252.13 | 0.78 | 0.53 |
| Hex | 4E | 28 | E4 | 42 | 52 | 0 | B | FC | 4E | 35 |
| Octal | 116 | 50 | 344 | 102 | 122 | 0 | 13 | 374 | 116 | 65 |
| Binary | 1001110 | 101000 | 11100100 | 1000010 | 1010010 | 0 | 1011 | 11111100 | 1001110 | 110101 |
Color Harmonies of #4E28E4
Complementary color
Monochromatic Colors of #4E28E4
Black with #4E28E4
Text Example
Text Example
White with #4E28E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E28E4; }
p { color: rgb(78,40,228); }
H1.HeaderClassName
{
color: #4E28E4;
}
.AnyTagClassName
{
color: #4E28E4;
}
</style>
background-color css
<style>
a { background-color: #4E28E4; }
a { background-color: rgb(78,40,228); }
div.DivClassName
{
background-color: #4E28E4;
}
.BgClassName
{
background-color: #4E28E4;
}
</style>
border-color css
<style>
span { border-color: #4E28E4; }
span { border-color: rgb(78,40,228); }
td.TdClassName
{
border-color: #4E28E4;
}
.TagClassName
{
border-color: #4E28E4;
}
</style>