Shades of Indigo #4D0588
Tints of Indigo #4D0588
RGB
CMYK
RGB Variations
Color information
#4D0588 (or 0x4D0588) is known color: Indigo. HEX triplet: 4D, 05 and 88. RGB value is (77,5,136). Sum of RGB (Red+Green+Blue) = 77+5+136=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D0588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0588 is #B2FA77. Grayscale: #292929. Windows color (decimal): -11729528 or 8914253. OLE color: 8914253.
HSL color Cylindrical-coordinate representation of color #4D0588: hue angle of 272.98º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0588 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 5 | 136 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.47 |
| HSL | 272.98º | 0.93% | 0.28% | - |
| HSV(B) | 272.98º | 0.96% | 0.53% | - |
| XYZ | 7.56 | 3.46 | 23.56 | - |
| YUV | 41.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 136 | 0.43 | 0.96 | 0 | 0.47 | 272.98 | 0.93 | 0.28 |
| Hex | 4D | 5 | 88 | 2B | 60 | 0 | 2F | 111 | 5D | 1C |
| Octal | 115 | 5 | 210 | 53 | 140 | 0 | 57 | 421 | 135 | 34 |
| Binary | 1001101 | 101 | 10001000 | 101011 | 1100000 | 0 | 101111 | 100010001 | 1011101 | 11100 |
Color Harmonies of #4D0588
Complementary color
Monochromatic Colors of #4D0588
Black with #4D0588
Text Example
Text Example
White with #4D0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0588; }
p { color: rgb(77,5,136); }
H1.HeaderClassName
{
color: #4D0588;
}
.AnyTagClassName
{
color: #4D0588;
}
</style>
background-color css
<style>
a { background-color: #4D0588; }
a { background-color: rgb(77,5,136); }
div.DivClassName
{
background-color: #4D0588;
}
.BgClassName
{
background-color: #4D0588;
}
</style>
border-color css
<style>
span { border-color: #4D0588; }
span { border-color: rgb(77,5,136); }
td.TdClassName
{
border-color: #4D0588;
}
.TagClassName
{
border-color: #4D0588;
}
</style>