Shades of Indigo #5E096D
Tints of Indigo #5E096D
RGB
CMYK
RGB Variations
Color information
#5E096D (or 0x5E096D) is known color: Indigo. HEX triplet: 5E, 09 and 6D. RGB value is (94,9,109). Sum of RGB (Red+Green+Blue) = 94+9+109=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E096D is #A1F692. Grayscale: #2D2D2D. Windows color (decimal): -10614419 or 7145822. OLE color: 7145822.
HSL color Cylindrical-coordinate representation of color #5E096D: hue angle of 291º 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 #5E096D is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 9 | 109 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.57 |
| HSL | 291º | 0.85% | 0.23% | - |
| HSV(B) | 291º | 0.92% | 0.43% | - |
| XYZ | 7.47 | 3.68 | 14.78 | - |
| YUV | 45.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 109 | 0.14 | 0.92 | 0 | 0.57 | 291 | 0.85 | 0.23 |
| Hex | 5E | 9 | 6D | E | 5C | 0 | 39 | 123 | 55 | 17 |
| Octal | 136 | 11 | 155 | 16 | 134 | 0 | 71 | 443 | 125 | 27 |
| Binary | 1011110 | 1001 | 1101101 | 1110 | 1011100 | 0 | 111001 | 100100011 | 1010101 | 10111 |
Color Harmonies of #5E096D
Complementary color
Monochromatic Colors of #5E096D
Black with #5E096D
Text Example
Text Example
White with #5E096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E096D; }
p { color: rgb(94,9,109); }
H1.HeaderClassName
{
color: #5E096D;
}
.AnyTagClassName
{
color: #5E096D;
}
</style>
background-color css
<style>
a { background-color: #5E096D; }
a { background-color: rgb(94,9,109); }
div.DivClassName
{
background-color: #5E096D;
}
.BgClassName
{
background-color: #5E096D;
}
</style>
border-color css
<style>
span { border-color: #5E096D; }
span { border-color: rgb(94,9,109); }
td.TdClassName
{
border-color: #5E096D;
}
.TagClassName
{
border-color: #5E096D;
}
</style>