Shades of Indigo #4D1176
Tints of Indigo #4D1176
RGB
CMYK
RGB Variations
Color information
#4D1176 (or 0x4D1176) is known color: Indigo. HEX triplet: 4D, 11 and 76. RGB value is (77,17,118). Sum of RGB (Red+Green+Blue) = 77+17+118=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D1176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1176 is #B2EE89. Grayscale: #2E2E2E. Windows color (decimal): -11726474 or 7737677. OLE color: 7737677.
HSL color Cylindrical-coordinate representation of color #4D1176: hue angle of 275.64º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1176 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 17 | 118 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.54 |
| HSL | 275.64º | 0.75% | 0.26% | - |
| HSV(B) | 275.64º | 0.86% | 0.46% | - |
| XYZ | 6.53 | 3.29 | 17.43 | - |
| YUV | 46.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 118 | 0.35 | 0.86 | 0 | 0.54 | 275.64 | 0.75 | 0.26 |
| Hex | 4D | 11 | 76 | 23 | 56 | 0 | 36 | 114 | 4B | 1A |
| Octal | 115 | 21 | 166 | 43 | 126 | 0 | 66 | 424 | 113 | 32 |
| Binary | 1001101 | 10001 | 1110110 | 100011 | 1010110 | 0 | 110110 | 100010100 | 1001011 | 11010 |
Color Harmonies of #4D1176
Complementary color
Monochromatic Colors of #4D1176
Black with #4D1176
Text Example
Text Example
White with #4D1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1176; }
p { color: rgb(77,17,118); }
H1.HeaderClassName
{
color: #4D1176;
}
.AnyTagClassName
{
color: #4D1176;
}
</style>
background-color css
<style>
a { background-color: #4D1176; }
a { background-color: rgb(77,17,118); }
div.DivClassName
{
background-color: #4D1176;
}
.BgClassName
{
background-color: #4D1176;
}
</style>
border-color css
<style>
span { border-color: #4D1176; }
span { border-color: rgb(77,17,118); }
td.TdClassName
{
border-color: #4D1176;
}
.TagClassName
{
border-color: #4D1176;
}
</style>