Shades of Indigo #4D0171
Tints of Indigo #4D0171
RGB
CMYK
RGB Variations
Color information
#4D0171 (or 0x4D0171) is known color: Indigo. HEX triplet: 4D, 01 and 71. RGB value is (77,1,113). Sum of RGB (Red+Green+Blue) = 77+1+113=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0171 is #B2FE8E. Grayscale: #242424. Windows color (decimal): -11730575 or 7405901. OLE color: 7405901.
HSL color Cylindrical-coordinate representation of color #4D0171: hue angle of 280.71º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0171 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 1 | 113 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.56 |
| HSL | 280.71º | 0.98% | 0.22% | - |
| HSV(B) | 280.71º | 0.99% | 0.44% | - |
| XYZ | 6.05 | 2.79 | 15.84 | - |
| YUV | 36.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 113 | 0.32 | 0.99 | 0 | 0.56 | 280.71 | 0.98 | 0.22 |
| Hex | 4D | 1 | 71 | 20 | 63 | 0 | 38 | 119 | 62 | 16 |
| Octal | 115 | 1 | 161 | 40 | 143 | 0 | 70 | 431 | 142 | 26 |
| Binary | 1001101 | 1 | 1110001 | 100000 | 1100011 | 0 | 111000 | 100011001 | 1100010 | 10110 |
Color Harmonies of #4D0171
Complementary color
Monochromatic Colors of #4D0171
Black with #4D0171
Text Example
Text Example
White with #4D0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0171; }
p { color: rgb(77,1,113); }
H1.HeaderClassName
{
color: #4D0171;
}
.AnyTagClassName
{
color: #4D0171;
}
</style>
background-color css
<style>
a { background-color: #4D0171; }
a { background-color: rgb(77,1,113); }
div.DivClassName
{
background-color: #4D0171;
}
.BgClassName
{
background-color: #4D0171;
}
</style>
border-color css
<style>
span { border-color: #4D0171; }
span { border-color: rgb(77,1,113); }
td.TdClassName
{
border-color: #4D0171;
}
.TagClassName
{
border-color: #4D0171;
}
</style>