Shades of Indigo #4D1589
Tints of Indigo #4D1589
RGB
CMYK
RGB Variations
Color information
#4D1589 (or 0x4D1589) is known color: Indigo. HEX triplet: 4D, 15 and 89. RGB value is (77,21,137). Sum of RGB (Red+Green+Blue) = 77+21+137=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D1589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1589 is #B2EA76. Grayscale: #323232. Windows color (decimal): -11725431 or 8983885. OLE color: 8983885.
HSL color Cylindrical-coordinate representation of color #4D1589: hue angle of 268.97º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1589 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 21 | 137 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.46 |
| HSL | 268.97º | 0.73% | 0.31% | - |
| HSV(B) | 268.97º | 0.85% | 0.54% | - |
| XYZ | 7.84 | 3.92 | 24.01 | - |
| YUV | 50.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 137 | 0.44 | 0.85 | 0 | 0.46 | 268.97 | 0.73 | 0.31 |
| Hex | 4D | 15 | 89 | 2C | 55 | 0 | 2E | 10D | 49 | 1F |
| Octal | 115 | 25 | 211 | 54 | 125 | 0 | 56 | 415 | 111 | 37 |
| Binary | 1001101 | 10101 | 10001001 | 101100 | 1010101 | 0 | 101110 | 100001101 | 1001001 | 11111 |
Color Harmonies of #4D1589
Complementary color
Monochromatic Colors of #4D1589
Black with #4D1589
Text Example
Text Example
White with #4D1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1589; }
p { color: rgb(77,21,137); }
H1.HeaderClassName
{
color: #4D1589;
}
.AnyTagClassName
{
color: #4D1589;
}
</style>
background-color css
<style>
a { background-color: #4D1589; }
a { background-color: rgb(77,21,137); }
div.DivClassName
{
background-color: #4D1589;
}
.BgClassName
{
background-color: #4D1589;
}
</style>
border-color css
<style>
span { border-color: #4D1589; }
span { border-color: rgb(77,21,137); }
td.TdClassName
{
border-color: #4D1589;
}
.TagClassName
{
border-color: #4D1589;
}
</style>