Shades of Indigo #4D0471
Tints of Indigo #4D0471
RGB
CMYK
RGB Variations
Color information
#4D0471 (or 0x4D0471) is known color: Indigo. HEX triplet: 4D, 04 and 71. RGB value is (77,4,113). Sum of RGB (Red+Green+Blue) = 77+4+113=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D0471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0471 is #B2FB8E. Grayscale: #252525. Windows color (decimal): -11729807 or 7406669. OLE color: 7406669.
HSL color Cylindrical-coordinate representation of color #4D0471: hue angle of 280.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0471 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 4 | 113 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.56 |
| HSL | 280.18º | 0.93% | 0.23% | - |
| HSV(B) | 280.18º | 0.96% | 0.44% | - |
| XYZ | 6.08 | 2.86 | 15.85 | - |
| YUV | 38.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 113 | 0.32 | 0.96 | 0 | 0.56 | 280.18 | 0.93 | 0.23 |
| Hex | 4D | 4 | 71 | 20 | 60 | 0 | 38 | 118 | 5D | 17 |
| Octal | 115 | 4 | 161 | 40 | 140 | 0 | 70 | 430 | 135 | 27 |
| Binary | 1001101 | 100 | 1110001 | 100000 | 1100000 | 0 | 111000 | 100011000 | 1011101 | 10111 |
Color Harmonies of #4D0471
Complementary color
Monochromatic Colors of #4D0471
Black with #4D0471
Text Example
Text Example
White with #4D0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0471; }
p { color: rgb(77,4,113); }
H1.HeaderClassName
{
color: #4D0471;
}
.AnyTagClassName
{
color: #4D0471;
}
</style>
background-color css
<style>
a { background-color: #4D0471; }
a { background-color: rgb(77,4,113); }
div.DivClassName
{
background-color: #4D0471;
}
.BgClassName
{
background-color: #4D0471;
}
</style>
border-color css
<style>
span { border-color: #4D0471; }
span { border-color: rgb(77,4,113); }
td.TdClassName
{
border-color: #4D0471;
}
.TagClassName
{
border-color: #4D0471;
}
</style>