Shades of Indigo #4E1471
Tints of Indigo #4E1471
RGB
CMYK
RGB Variations
Color information
#4E1471 (or 0x4E1471) is known color: Indigo. HEX triplet: 4E, 14 and 71. RGB value is (78,20,113). Sum of RGB (Red+Green+Blue) = 78+20+113=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E1471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1471 is #B1EB8E. Grayscale: #2F2F2F. Windows color (decimal): -11660175 or 7410766. OLE color: 7410766.
HSL color Cylindrical-coordinate representation of color #4E1471: hue angle of 277.42º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1471 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 20 | 113 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.56 |
| HSL | 277.42º | 0.7% | 0.26% | - |
| HSV(B) | 277.42º | 0.82% | 0.44% | - |
| XYZ | 6.37 | 3.31 | 15.93 | - |
| YUV | 47.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 113 | 0.31 | 0.82 | 0 | 0.56 | 277.42 | 0.7 | 0.26 |
| Hex | 4E | 14 | 71 | 1F | 52 | 0 | 38 | 115 | 46 | 1A |
| Octal | 116 | 24 | 161 | 37 | 122 | 0 | 70 | 425 | 106 | 32 |
| Binary | 1001110 | 10100 | 1110001 | 11111 | 1010010 | 0 | 111000 | 100010101 | 1000110 | 11010 |
Color Harmonies of #4E1471
Complementary color
Monochromatic Colors of #4E1471
Black with #4E1471
Text Example
Text Example
White with #4E1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1471; }
p { color: rgb(78,20,113); }
H1.HeaderClassName
{
color: #4E1471;
}
.AnyTagClassName
{
color: #4E1471;
}
</style>
background-color css
<style>
a { background-color: #4E1471; }
a { background-color: rgb(78,20,113); }
div.DivClassName
{
background-color: #4E1471;
}
.BgClassName
{
background-color: #4E1471;
}
</style>
border-color css
<style>
span { border-color: #4E1471; }
span { border-color: rgb(78,20,113); }
td.TdClassName
{
border-color: #4E1471;
}
.TagClassName
{
border-color: #4E1471;
}
</style>