Shades of Han Purple #4E28DB
Tints of Han Purple #4E28DB
RGB
CMYK
RGB Variations
Color information
#4E28DB (or 0x4E28DB) is known color: Han Purple. HEX triplet: 4E, 28 and DB. RGB value is (78,40,219). Sum of RGB (Red+Green+Blue) = 78+40+219=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E28DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E28DB is #B1D724. Grayscale: #474747. Windows color (decimal): -11654949 or 14362702. OLE color: 14362702.
HSL color Cylindrical-coordinate representation of color #4E28DB: hue angle of 252.74º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E28DB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 40 | 219 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.14 |
| HSL | 252.74º | 0.71% | 0.51% | - |
| HSV(B) | 252.74º | 0.82% | 0.86% | - |
| XYZ | 16.69 | 8.25 | 67.73 | - |
| YUV | 71.77 | 211.09 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 219 | 0.64 | 0.82 | 0 | 0.14 | 252.74 | 0.71 | 0.51 |
| Hex | 4E | 28 | DB | 40 | 52 | 0 | E | FD | 47 | 33 |
| Octal | 116 | 50 | 333 | 100 | 122 | 0 | 16 | 375 | 107 | 63 |
| Binary | 1001110 | 101000 | 11011011 | 1000000 | 1010010 | 0 | 1110 | 11111101 | 1000111 | 110011 |
Color Harmonies of #4E28DB
Complementary color
Monochromatic Colors of #4E28DB
Black with #4E28DB
Text Example
Text Example
White with #4E28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E28DB; }
p { color: rgb(78,40,219); }
H1.HeaderClassName
{
color: #4E28DB;
}
.AnyTagClassName
{
color: #4E28DB;
}
</style>
background-color css
<style>
a { background-color: #4E28DB; }
a { background-color: rgb(78,40,219); }
div.DivClassName
{
background-color: #4E28DB;
}
.BgClassName
{
background-color: #4E28DB;
}
</style>
border-color css
<style>
span { border-color: #4E28DB; }
span { border-color: rgb(78,40,219); }
td.TdClassName
{
border-color: #4E28DB;
}
.TagClassName
{
border-color: #4E28DB;
}
</style>