Shades of Indigo #4D1590
Tints of Indigo #4D1590
RGB
CMYK
RGB Variations
Color information
#4D1590 (or 0x4D1590) is known color: Indigo. HEX triplet: 4D, 15 and 90. RGB value is (77,21,144). Sum of RGB (Red+Green+Blue) = 77+21+144=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D1590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1590 is #B2EA6F. Grayscale: #333333. Windows color (decimal): -11725424 or 9442637. OLE color: 9442637.
HSL color Cylindrical-coordinate representation of color #4D1590: hue angle of 267.32º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1590 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 21 | 144 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.44 |
| HSL | 267.32º | 0.75% | 0.32% | - |
| HSV(B) | 267.32º | 0.85% | 0.56% | - |
| XYZ | 8.36 | 4.13 | 26.74 | - |
| YUV | 51.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 144 | 0.47 | 0.85 | 0 | 0.44 | 267.32 | 0.75 | 0.32 |
| Hex | 4D | 15 | 90 | 2F | 55 | 0 | 2C | 10B | 4B | 20 |
| Octal | 115 | 25 | 220 | 57 | 125 | 0 | 54 | 413 | 113 | 40 |
| Binary | 1001101 | 10101 | 10010000 | 101111 | 1010101 | 0 | 101100 | 100001011 | 1001011 | 100000 |
Color Harmonies of #4D1590
Complementary color
Monochromatic Colors of #4D1590
Black with #4D1590
Text Example
Text Example
White with #4D1590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1590; }
p { color: rgb(77,21,144); }
H1.HeaderClassName
{
color: #4D1590;
}
.AnyTagClassName
{
color: #4D1590;
}
</style>
background-color css
<style>
a { background-color: #4D1590; }
a { background-color: rgb(77,21,144); }
div.DivClassName
{
background-color: #4D1590;
}
.BgClassName
{
background-color: #4D1590;
}
</style>
border-color css
<style>
span { border-color: #4D1590; }
span { border-color: rgb(77,21,144); }
td.TdClassName
{
border-color: #4D1590;
}
.TagClassName
{
border-color: #4D1590;
}
</style>