Shades of Han Purple #4D02DB
Tints of Han Purple #4D02DB
RGB
CMYK
RGB Variations
Color information
#4D02DB (or 0x4D02DB) is known color: Han Purple. HEX triplet: 4D, 02 and DB. RGB value is (77,2,219). Sum of RGB (Red+Green+Blue) = 77+2+219=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D02DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D02DB is #B2FD24. Grayscale: #303030. Windows color (decimal): -11730213 or 14352973. OLE color: 14352973.
HSL color Cylindrical-coordinate representation of color #4D02DB: hue angle of 260.74º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D02DB is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 2 | 219 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.14 |
| HSL | 260.74º | 0.98% | 0.43% | - |
| HSV(B) | 260.74º | 0.99% | 0.86% | - |
| XYZ | 15.87 | 6.74 | 67.48 | - |
| YUV | 49.16 | 223.85 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 219 | 0.65 | 0.99 | 0 | 0.14 | 260.74 | 0.98 | 0.43 |
| Hex | 4D | 2 | DB | 41 | 63 | 0 | E | 105 | 62 | 2B |
| Octal | 115 | 2 | 333 | 101 | 143 | 0 | 16 | 405 | 142 | 53 |
| Binary | 1001101 | 10 | 11011011 | 1000001 | 1100011 | 0 | 1110 | 100000101 | 1100010 | 101011 |
Color Harmonies of #4D02DB
Complementary color
Monochromatic Colors of #4D02DB
Black with #4D02DB
Text Example
Text Example
White with #4D02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D02DB; }
p { color: rgb(77,2,219); }
H1.HeaderClassName
{
color: #4D02DB;
}
.AnyTagClassName
{
color: #4D02DB;
}
</style>
background-color css
<style>
a { background-color: #4D02DB; }
a { background-color: rgb(77,2,219); }
div.DivClassName
{
background-color: #4D02DB;
}
.BgClassName
{
background-color: #4D02DB;
}
</style>
border-color css
<style>
span { border-color: #4D02DB; }
span { border-color: rgb(77,2,219); }
td.TdClassName
{
border-color: #4D02DB;
}
.TagClassName
{
border-color: #4D02DB;
}
</style>