Shades of Indigo #4D0A71
Tints of Indigo #4D0A71
RGB
CMYK
RGB Variations
Color information
#4D0A71 (or 0x4D0A71) is known color: Indigo. HEX triplet: 4D, 0A and 71. RGB value is (77,10,113). Sum of RGB (Red+Green+Blue) = 77+10+113=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D0A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0A71 is #B2F58E. Grayscale: #292929. Windows color (decimal): -11728271 or 7408205. OLE color: 7408205.
HSL color Cylindrical-coordinate representation of color #4D0A71: hue angle of 279.03º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0A71 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 10 | 113 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.56 |
| HSL | 279.03º | 0.84% | 0.24% | - |
| HSV(B) | 279.03º | 0.91% | 0.44% | - |
| XYZ | 6.15 | 2.99 | 15.88 | - |
| YUV | 41.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 113 | 0.32 | 0.91 | 0 | 0.56 | 279.03 | 0.84 | 0.24 |
| Hex | 4D | A | 71 | 20 | 5B | 0 | 38 | 117 | 54 | 18 |
| Octal | 115 | 12 | 161 | 40 | 133 | 0 | 70 | 427 | 124 | 30 |
| Binary | 1001101 | 1010 | 1110001 | 100000 | 1011011 | 0 | 111000 | 100010111 | 1010100 | 11000 |
Color Harmonies of #4D0A71
Complementary color
Monochromatic Colors of #4D0A71
Black with #4D0A71
Text Example
Text Example
White with #4D0A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A71; }
p { color: rgb(77,10,113); }
H1.HeaderClassName
{
color: #4D0A71;
}
.AnyTagClassName
{
color: #4D0A71;
}
</style>
background-color css
<style>
a { background-color: #4D0A71; }
a { background-color: rgb(77,10,113); }
div.DivClassName
{
background-color: #4D0A71;
}
.BgClassName
{
background-color: #4D0A71;
}
</style>
border-color css
<style>
span { border-color: #4D0A71; }
span { border-color: rgb(77,10,113); }
td.TdClassName
{
border-color: #4D0A71;
}
.TagClassName
{
border-color: #4D0A71;
}
</style>