Shades of Indigo #4E0471
Tints of Indigo #4E0471
RGB
CMYK
RGB Variations
Color information
#4E0471 (or 0x4E0471) is known color: Indigo. HEX triplet: 4E, 04 and 71. RGB value is (78,4,113). Sum of RGB (Red+Green+Blue) = 78+4+113=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E0471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0471 is #B1FB8E. Grayscale: #262626. Windows color (decimal): -11664271 or 7406670. OLE color: 7406670.
HSL color Cylindrical-coordinate representation of color #4E0471: hue angle of 280.73º 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 #4E0471 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 4 | 113 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.56 |
| HSL | 280.73º | 0.93% | 0.23% | - |
| HSV(B) | 280.73º | 0.96% | 0.44% | - |
| XYZ | 6.17 | 2.9 | 15.86 | - |
| YUV | 38.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 113 | 0.31 | 0.96 | 0 | 0.56 | 280.73 | 0.93 | 0.23 |
| Hex | 4E | 4 | 71 | 1F | 60 | 0 | 38 | 119 | 5D | 17 |
| Octal | 116 | 4 | 161 | 37 | 140 | 0 | 70 | 431 | 135 | 27 |
| Binary | 1001110 | 100 | 1110001 | 11111 | 1100000 | 0 | 111000 | 100011001 | 1011101 | 10111 |
Color Harmonies of #4E0471
Complementary color
Monochromatic Colors of #4E0471
Black with #4E0471
Text Example
Text Example
White with #4E0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0471; }
p { color: rgb(78,4,113); }
H1.HeaderClassName
{
color: #4E0471;
}
.AnyTagClassName
{
color: #4E0471;
}
</style>
background-color css
<style>
a { background-color: #4E0471; }
a { background-color: rgb(78,4,113); }
div.DivClassName
{
background-color: #4E0471;
}
.BgClassName
{
background-color: #4E0471;
}
</style>
border-color css
<style>
span { border-color: #4E0471; }
span { border-color: rgb(78,4,113); }
td.TdClassName
{
border-color: #4E0471;
}
.TagClassName
{
border-color: #4E0471;
}
</style>