Shades of Indigo #4E1686
Tints of Indigo #4E1686
RGB
CMYK
RGB Variations
Color information
#4E1686 (or 0x4E1686) is known color: Indigo. HEX triplet: 4E, 16 and 86. RGB value is (78,22,134). Sum of RGB (Red+Green+Blue) = 78+22+134=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E1686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1686 is #B1E979. Grayscale: #333333. Windows color (decimal): -11659642 or 8787534. OLE color: 8787534.
HSL color Cylindrical-coordinate representation of color #4E1686: hue angle of 270º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1686 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 22 | 134 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.47 |
| HSL | 270º | 0.72% | 0.31% | - |
| HSV(B) | 270º | 0.84% | 0.53% | - |
| XYZ | 7.73 | 3.91 | 22.9 | - |
| YUV | 51.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 134 | 0.42 | 0.84 | 0 | 0.47 | 270 | 0.72 | 0.31 |
| Hex | 4E | 16 | 86 | 2A | 54 | 0 | 2F | 10E | 48 | 1F |
| Octal | 116 | 26 | 206 | 52 | 124 | 0 | 57 | 416 | 110 | 37 |
| Binary | 1001110 | 10110 | 10000110 | 101010 | 1010100 | 0 | 101111 | 100001110 | 1001000 | 11111 |
Color Harmonies of #4E1686
Complementary color
Monochromatic Colors of #4E1686
Black with #4E1686
Text Example
Text Example
White with #4E1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1686; }
p { color: rgb(78,22,134); }
H1.HeaderClassName
{
color: #4E1686;
}
.AnyTagClassName
{
color: #4E1686;
}
</style>
background-color css
<style>
a { background-color: #4E1686; }
a { background-color: rgb(78,22,134); }
div.DivClassName
{
background-color: #4E1686;
}
.BgClassName
{
background-color: #4E1686;
}
</style>
border-color css
<style>
span { border-color: #4E1686; }
span { border-color: rgb(78,22,134); }
td.TdClassName
{
border-color: #4E1686;
}
.TagClassName
{
border-color: #4E1686;
}
</style>