Shades of Han Purple #4D28FD
Tints of Han Purple #4D28FD
RGB
CMYK
RGB Variations
Color information
#4D28FD (or 0x4D28FD) is known color: Han Purple. HEX triplet: 4D, 28 and FD. RGB value is (77,40,253). Sum of RGB (Red+Green+Blue) = 77+40+253=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D28FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D28FD is #B2D702. Grayscale: #4A4A4A. Windows color (decimal): -11720451 or 16590925. OLE color: 16590925.
HSL color Cylindrical-coordinate representation of color #4D28FD: hue angle of 250.42º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D28FD is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 40 | 253 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.01 |
| HSL | 250.42º | 0.98% | 0.57% | - |
| HSV(B) | 250.42º | 0.84% | 0.99% | - |
| XYZ | 21.55 | 10.19 | 93.76 | - |
| YUV | 75.35 | 228.26 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 253 | 0.70 | 0.84 | 0 | 0.01 | 250.42 | 0.98 | 0.57 |
| Hex | 4D | 28 | FD | 46 | 54 | 0 | 1 | FA | 62 | 39 |
| Octal | 115 | 50 | 375 | 106 | 124 | 0 | 1 | 372 | 142 | 71 |
| Binary | 1001101 | 101000 | 11111101 | 1000110 | 1010100 | 0 | 1 | 11111010 | 1100010 | 111001 |
Color Harmonies of #4D28FD
Complementary color
Monochromatic Colors of #4D28FD
Black with #4D28FD
Text Example
Text Example
White with #4D28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28FD; }
p { color: rgb(77,40,253); }
H1.HeaderClassName
{
color: #4D28FD;
}
.AnyTagClassName
{
color: #4D28FD;
}
</style>
background-color css
<style>
a { background-color: #4D28FD; }
a { background-color: rgb(77,40,253); }
div.DivClassName
{
background-color: #4D28FD;
}
.BgClassName
{
background-color: #4D28FD;
}
</style>
border-color css
<style>
span { border-color: #4D28FD; }
span { border-color: rgb(77,40,253); }
td.TdClassName
{
border-color: #4D28FD;
}
.TagClassName
{
border-color: #4D28FD;
}
</style>