Shades of Indigo #4D1570
Tints of Indigo #4D1570
RGB
CMYK
RGB Variations
Color information
#4D1570 (or 0x4D1570) is known color: Indigo. HEX triplet: 4D, 15 and 70. RGB value is (77,21,112). Sum of RGB (Red+Green+Blue) = 77+21+112=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D1570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1570 is #B2EA8F. Grayscale: #2F2F2F. Windows color (decimal): -11725456 or 7345485. OLE color: 7345485.
HSL color Cylindrical-coordinate representation of color #4D1570: hue angle of 276.92º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1570 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 21 | 112 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.56 |
| HSL | 276.92º | 0.68% | 0.26% | - |
| HSV(B) | 276.92º | 0.81% | 0.44% | - |
| XYZ | 6.25 | 3.28 | 15.63 | - |
| YUV | 48.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 112 | 0.31 | 0.81 | 0 | 0.56 | 276.92 | 0.68 | 0.26 |
| Hex | 4D | 15 | 70 | 1F | 51 | 0 | 38 | 115 | 44 | 1A |
| Octal | 115 | 25 | 160 | 37 | 121 | 0 | 70 | 425 | 104 | 32 |
| Binary | 1001101 | 10101 | 1110000 | 11111 | 1010001 | 0 | 111000 | 100010101 | 1000100 | 11010 |
Color Harmonies of #4D1570
Complementary color
Monochromatic Colors of #4D1570
Black with #4D1570
Text Example
Text Example
White with #4D1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1570; }
p { color: rgb(77,21,112); }
H1.HeaderClassName
{
color: #4D1570;
}
.AnyTagClassName
{
color: #4D1570;
}
</style>
background-color css
<style>
a { background-color: #4D1570; }
a { background-color: rgb(77,21,112); }
div.DivClassName
{
background-color: #4D1570;
}
.BgClassName
{
background-color: #4D1570;
}
</style>
border-color css
<style>
span { border-color: #4D1570; }
span { border-color: rgb(77,21,112); }
td.TdClassName
{
border-color: #4D1570;
}
.TagClassName
{
border-color: #4D1570;
}
</style>