Shades of Indigo #4E1173
Tints of Indigo #4E1173
RGB
CMYK
RGB Variations
Color information
#4E1173 (or 0x4E1173) is known color: Indigo. HEX triplet: 4E, 11 and 73. RGB value is (78,17,115). Sum of RGB (Red+Green+Blue) = 78+17+115=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E1173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1173 is #B1EE8C. Grayscale: #2E2E2E. Windows color (decimal): -11660941 or 7541070. OLE color: 7541070.
HSL color Cylindrical-coordinate representation of color #4E1173: hue angle of 277.35º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1173 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 17 | 115 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.55 |
| HSL | 277.35º | 0.74% | 0.26% | - |
| HSV(B) | 277.35º | 0.85% | 0.45% | - |
| XYZ | 6.44 | 3.26 | 16.51 | - |
| YUV | 46.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 115 | 0.32 | 0.85 | 0 | 0.55 | 277.35 | 0.74 | 0.26 |
| Hex | 4E | 11 | 73 | 20 | 55 | 0 | 37 | 115 | 4A | 1A |
| Octal | 116 | 21 | 163 | 40 | 125 | 0 | 67 | 425 | 112 | 32 |
| Binary | 1001110 | 10001 | 1110011 | 100000 | 1010101 | 0 | 110111 | 100010101 | 1001010 | 11010 |
Color Harmonies of #4E1173
Complementary color
Monochromatic Colors of #4E1173
Black with #4E1173
Text Example
Text Example
White with #4E1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1173; }
p { color: rgb(78,17,115); }
H1.HeaderClassName
{
color: #4E1173;
}
.AnyTagClassName
{
color: #4E1173;
}
</style>
background-color css
<style>
a { background-color: #4E1173; }
a { background-color: rgb(78,17,115); }
div.DivClassName
{
background-color: #4E1173;
}
.BgClassName
{
background-color: #4E1173;
}
</style>
border-color css
<style>
span { border-color: #4E1173; }
span { border-color: rgb(78,17,115); }
td.TdClassName
{
border-color: #4E1173;
}
.TagClassName
{
border-color: #4E1173;
}
</style>