Shades of Han Purple #4D28DD
Tints of Han Purple #4D28DD
RGB
CMYK
RGB Variations
Color information
#4D28DD (or 0x4D28DD) is known color: Han Purple. HEX triplet: 4D, 28 and DD. RGB value is (77,40,221). Sum of RGB (Red+Green+Blue) = 77+40+221=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D28DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D28DD is #B2D722. Grayscale: #474747. Windows color (decimal): -11720483 or 14493773. OLE color: 14493773.
HSL color Cylindrical-coordinate representation of color #4D28DD: hue angle of 252.27º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D28DD is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 40 | 221 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.13 |
| HSL | 252.27º | 0.73% | 0.51% | - |
| HSV(B) | 252.27º | 0.82% | 0.87% | - |
| XYZ | 16.87 | 8.32 | 69.12 | - |
| YUV | 71.7 | 212.26 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 221 | 0.65 | 0.82 | 0 | 0.13 | 252.27 | 0.73 | 0.51 |
| Hex | 4D | 28 | DD | 41 | 52 | 0 | D | FC | 49 | 33 |
| Octal | 115 | 50 | 335 | 101 | 122 | 0 | 15 | 374 | 111 | 63 |
| Binary | 1001101 | 101000 | 11011101 | 1000001 | 1010010 | 0 | 1101 | 11111100 | 1001001 | 110011 |
Color Harmonies of #4D28DD
Complementary color
Monochromatic Colors of #4D28DD
Black with #4D28DD
Text Example
Text Example
White with #4D28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28DD; }
p { color: rgb(77,40,221); }
H1.HeaderClassName
{
color: #4D28DD;
}
.AnyTagClassName
{
color: #4D28DD;
}
</style>
background-color css
<style>
a { background-color: #4D28DD; }
a { background-color: rgb(77,40,221); }
div.DivClassName
{
background-color: #4D28DD;
}
.BgClassName
{
background-color: #4D28DD;
}
</style>
border-color css
<style>
span { border-color: #4D28DD; }
span { border-color: rgb(77,40,221); }
td.TdClassName
{
border-color: #4D28DD;
}
.TagClassName
{
border-color: #4D28DD;
}
</style>