Shades of Han Purple #4D28EF
Tints of Han Purple #4D28EF
RGB
CMYK
RGB Variations
Color information
#4D28EF (or 0x4D28EF) is known color: Han Purple. HEX triplet: 4D, 28 and EF. RGB value is (77,40,239). Sum of RGB (Red+Green+Blue) = 77+40+239=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D28EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D28EF is #B2D710. Grayscale: #484848. Windows color (decimal): -11720465 or 15673421. OLE color: 15673421.
HSL color Cylindrical-coordinate representation of color #4D28EF: hue angle of 251.16º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D28EF is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 40 | 239 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.06 |
| HSL | 251.16º | 0.86% | 0.55% | - |
| HSV(B) | 251.16º | 0.83% | 0.94% | - |
| XYZ | 19.4 | 9.33 | 82.44 | - |
| YUV | 73.75 | 221.26 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 239 | 0.68 | 0.83 | 0 | 0.06 | 251.16 | 0.86 | 0.55 |
| Hex | 4D | 28 | EF | 44 | 53 | 0 | 6 | FB | 56 | 37 |
| Octal | 115 | 50 | 357 | 104 | 123 | 0 | 6 | 373 | 126 | 67 |
| Binary | 1001101 | 101000 | 11101111 | 1000100 | 1010011 | 0 | 110 | 11111011 | 1010110 | 110111 |
Color Harmonies of #4D28EF
Complementary color
Monochromatic Colors of #4D28EF
Black with #4D28EF
Text Example
Text Example
White with #4D28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28EF; }
p { color: rgb(77,40,239); }
H1.HeaderClassName
{
color: #4D28EF;
}
.AnyTagClassName
{
color: #4D28EF;
}
</style>
background-color css
<style>
a { background-color: #4D28EF; }
a { background-color: rgb(77,40,239); }
div.DivClassName
{
background-color: #4D28EF;
}
.BgClassName
{
background-color: #4D28EF;
}
</style>
border-color css
<style>
span { border-color: #4D28EF; }
span { border-color: rgb(77,40,239); }
td.TdClassName
{
border-color: #4D28EF;
}
.TagClassName
{
border-color: #4D28EF;
}
</style>