Shades of Indigo #4E096D
Tints of Indigo #4E096D
RGB
CMYK
RGB Variations
Color information
#4E096D (or 0x4E096D) is known color: Indigo. HEX triplet: 4E, 09 and 6D. RGB value is (78,9,109). Sum of RGB (Red+Green+Blue) = 78+9+109=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E096D is #B1F692. Grayscale: #282828. Windows color (decimal): -11662995 or 7145806. OLE color: 7145806.
HSL color Cylindrical-coordinate representation of color #4E096D: hue angle of 281.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E096D is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 9 | 109 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.57 |
| HSL | 281.4º | 0.85% | 0.23% | - |
| HSV(B) | 281.4º | 0.92% | 0.43% | - |
| XYZ | 6 | 2.92 | 14.72 | - |
| YUV | 41.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 109 | 0.28 | 0.92 | 0 | 0.57 | 281.4 | 0.85 | 0.23 |
| Hex | 4E | 9 | 6D | 1C | 5C | 0 | 39 | 119 | 55 | 17 |
| Octal | 116 | 11 | 155 | 34 | 134 | 0 | 71 | 431 | 125 | 27 |
| Binary | 1001110 | 1001 | 1101101 | 11100 | 1011100 | 0 | 111001 | 100011001 | 1010101 | 10111 |
Color Harmonies of #4E096D
Complementary color
Monochromatic Colors of #4E096D
Black with #4E096D
Text Example
Text Example
White with #4E096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E096D; }
p { color: rgb(78,9,109); }
H1.HeaderClassName
{
color: #4E096D;
}
.AnyTagClassName
{
color: #4E096D;
}
</style>
background-color css
<style>
a { background-color: #4E096D; }
a { background-color: rgb(78,9,109); }
div.DivClassName
{
background-color: #4E096D;
}
.BgClassName
{
background-color: #4E096D;
}
</style>
border-color css
<style>
span { border-color: #4E096D; }
span { border-color: rgb(78,9,109); }
td.TdClassName
{
border-color: #4E096D;
}
.TagClassName
{
border-color: #4E096D;
}
</style>