Shades of Indigo #4D1170
Tints of Indigo #4D1170
RGB
CMYK
RGB Variations
Color information
#4D1170 (or 0x4D1170) is known color: Indigo. HEX triplet: 4D, 11 and 70. RGB value is (77,17,112). Sum of RGB (Red+Green+Blue) = 77+17+112=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D1170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1170 is #B2EE8F. Grayscale: #2D2D2D. Windows color (decimal): -11726480 or 7344461. OLE color: 7344461.
HSL color Cylindrical-coordinate representation of color #4D1170: hue angle of 277.89º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1170 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 17 | 112 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.56 |
| HSL | 277.89º | 0.74% | 0.25% | - |
| HSV(B) | 277.89º | 0.85% | 0.44% | - |
| XYZ | 6.19 | 3.15 | 15.61 | - |
| YUV | 45.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 112 | 0.31 | 0.85 | 0 | 0.56 | 277.89 | 0.74 | 0.25 |
| Hex | 4D | 11 | 70 | 1F | 55 | 0 | 38 | 116 | 4A | 19 |
| Octal | 115 | 21 | 160 | 37 | 125 | 0 | 70 | 426 | 112 | 31 |
| Binary | 1001101 | 10001 | 1110000 | 11111 | 1010101 | 0 | 111000 | 100010110 | 1001010 | 11001 |
Color Harmonies of #4D1170
Complementary color
Monochromatic Colors of #4D1170
Black with #4D1170
Text Example
Text Example
White with #4D1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1170; }
p { color: rgb(77,17,112); }
H1.HeaderClassName
{
color: #4D1170;
}
.AnyTagClassName
{
color: #4D1170;
}
</style>
background-color css
<style>
a { background-color: #4D1170; }
a { background-color: rgb(77,17,112); }
div.DivClassName
{
background-color: #4D1170;
}
.BgClassName
{
background-color: #4D1170;
}
</style>
border-color css
<style>
span { border-color: #4D1170; }
span { border-color: rgb(77,17,112); }
td.TdClassName
{
border-color: #4D1170;
}
.TagClassName
{
border-color: #4D1170;
}
</style>