Shades of Indigo #4E1168
Tints of Indigo #4E1168
RGB
CMYK
RGB Variations
Color information
#4E1168 (or 0x4E1168) is known color: Indigo. HEX triplet: 4E, 11 and 68. RGB value is (78,17,104). Sum of RGB (Red+Green+Blue) = 78+17+104=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E1168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1168 is #B1EE97. Grayscale: #2C2C2C. Windows color (decimal): -11660952 or 6820174. OLE color: 6820174.
HSL color Cylindrical-coordinate representation of color #4E1168: hue angle of 282.07º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1168 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 17 | 104 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.59 |
| HSL | 282.07º | 0.72% | 0.24% | - |
| HSV(B) | 282.07º | 0.84% | 0.41% | - |
| XYZ | 5.84 | 3.02 | 13.37 | - |
| YUV | 45.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 104 | 0.25 | 0.84 | 0 | 0.59 | 282.07 | 0.72 | 0.24 |
| Hex | 4E | 11 | 68 | 19 | 54 | 0 | 3B | 11A | 48 | 18 |
| Octal | 116 | 21 | 150 | 31 | 124 | 0 | 73 | 432 | 110 | 30 |
| Binary | 1001110 | 10001 | 1101000 | 11001 | 1010100 | 0 | 111011 | 100011010 | 1001000 | 11000 |
Color Harmonies of #4E1168
Complementary color
Monochromatic Colors of #4E1168
Black with #4E1168
Text Example
Text Example
White with #4E1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1168; }
p { color: rgb(78,17,104); }
H1.HeaderClassName
{
color: #4E1168;
}
.AnyTagClassName
{
color: #4E1168;
}
</style>
background-color css
<style>
a { background-color: #4E1168; }
a { background-color: rgb(78,17,104); }
div.DivClassName
{
background-color: #4E1168;
}
.BgClassName
{
background-color: #4E1168;
}
</style>
border-color css
<style>
span { border-color: #4E1168; }
span { border-color: rgb(78,17,104); }
td.TdClassName
{
border-color: #4E1168;
}
.TagClassName
{
border-color: #4E1168;
}
</style>