Shades of Han Purple #4D28FF
Tints of Han Purple #4D28FF
RGB
CMYK
RGB Variations
Color information
#4D28FF (or 0x4D28FF) is known color: Han Purple. HEX triplet: 4D, 28 and FF. RGB value is (77,40,255). Sum of RGB (Red+Green+Blue) = 77+40+255=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D28FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D28FF is #B2D700. Grayscale: #4A4A4A. Windows color (decimal): -11720449 or 16721997. OLE color: 16721997.
HSL color Cylindrical-coordinate representation of color #4D28FF: hue angle of 250.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D28FF is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 40 | 255 | - |
| CMYK | 0.70 | 0.84 | 0 | 0 |
| HSL | 250.33º | 1% | 0.58% | - |
| HSV(B) | 250.33º | 0.84% | 1% | - |
| XYZ | 21.87 | 10.32 | 95.45 | - |
| YUV | 75.57 | 229.26 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 255 | 0.70 | 0.84 | 0 | 0 | 250.33 | 1 | 0.58 |
| Hex | 4D | 28 | FF | 46 | 54 | 0 | 0 | FA | 64 | 3A |
| Octal | 115 | 50 | 377 | 106 | 124 | 0 | 0 | 372 | 144 | 72 |
| Binary | 1001101 | 101000 | 11111111 | 1000110 | 1010100 | 0 | 0 | 11111010 | 1100100 | 111010 |
Color Harmonies of #4D28FF
Complementary color
Monochromatic Colors of #4D28FF
Black with #4D28FF
Text Example
Text Example
White with #4D28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28FF; }
p { color: rgb(77,40,255); }
H1.HeaderClassName
{
color: #4D28FF;
}
.AnyTagClassName
{
color: #4D28FF;
}
</style>
background-color css
<style>
a { background-color: #4D28FF; }
a { background-color: rgb(77,40,255); }
div.DivClassName
{
background-color: #4D28FF;
}
.BgClassName
{
background-color: #4D28FF;
}
</style>
border-color css
<style>
span { border-color: #4D28FF; }
span { border-color: rgb(77,40,255); }
td.TdClassName
{
border-color: #4D28FF;
}
.TagClassName
{
border-color: #4D28FF;
}
</style>