Shades of Han Purple #4D28EB
Tints of Han Purple #4D28EB
RGB
CMYK
RGB Variations
Color information
#4D28EB (or 0x4D28EB) is known color: Han Purple. HEX triplet: 4D, 28 and EB. RGB value is (77,40,235). Sum of RGB (Red+Green+Blue) = 77+40+235=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D28EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D28EB is #B2D714. Grayscale: #484848. Windows color (decimal): -11720469 or 15411277. OLE color: 15411277.
HSL color Cylindrical-coordinate representation of color #4D28EB: hue angle of 251.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D28EB is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 40 | 235 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.08 |
| HSL | 251.38º | 0.83% | 0.54% | - |
| HSV(B) | 251.38º | 0.83% | 0.92% | - |
| XYZ | 18.81 | 9.09 | 79.36 | - |
| YUV | 73.29 | 219.26 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 235 | 0.67 | 0.83 | 0 | 0.08 | 251.38 | 0.83 | 0.54 |
| Hex | 4D | 28 | EB | 43 | 53 | 0 | 8 | FB | 53 | 36 |
| Octal | 115 | 50 | 353 | 103 | 123 | 0 | 10 | 373 | 123 | 66 |
| Binary | 1001101 | 101000 | 11101011 | 1000011 | 1010011 | 0 | 1000 | 11111011 | 1010011 | 110110 |
Color Harmonies of #4D28EB
Complementary color
Monochromatic Colors of #4D28EB
Black with #4D28EB
Text Example
Text Example
White with #4D28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28EB; }
p { color: rgb(77,40,235); }
H1.HeaderClassName
{
color: #4D28EB;
}
.AnyTagClassName
{
color: #4D28EB;
}
</style>
background-color css
<style>
a { background-color: #4D28EB; }
a { background-color: rgb(77,40,235); }
div.DivClassName
{
background-color: #4D28EB;
}
.BgClassName
{
background-color: #4D28EB;
}
</style>
border-color css
<style>
span { border-color: #4D28EB; }
span { border-color: rgb(77,40,235); }
td.TdClassName
{
border-color: #4D28EB;
}
.TagClassName
{
border-color: #4D28EB;
}
</style>