Shades of Indigo #5E097A
Tints of Indigo #5E097A
RGB
CMYK
RGB Variations
Color information
#5E097A (or 0x5E097A) is known color: Indigo. HEX triplet: 5E, 09 and 7A. RGB value is (94,9,122). Sum of RGB (Red+Green+Blue) = 94+9+122=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E097A is #A1F685. Grayscale: #2E2E2E. Windows color (decimal): -10614406 or 7997790. OLE color: 7997790.
HSL color Cylindrical-coordinate representation of color #5E097A: hue angle of 285.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E097A is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 9 | 122 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.52 |
| HSL | 285.13º | 0.86% | 0.26% | - |
| HSV(B) | 285.13º | 0.93% | 0.48% | - |
| XYZ | 8.23 | 3.98 | 18.75 | - |
| YUV | 47.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 122 | 0.23 | 0.93 | 0 | 0.52 | 285.13 | 0.86 | 0.26 |
| Hex | 5E | 9 | 7A | 17 | 5D | 0 | 34 | 11D | 56 | 1A |
| Octal | 136 | 11 | 172 | 27 | 135 | 0 | 64 | 435 | 126 | 32 |
| Binary | 1011110 | 1001 | 1111010 | 10111 | 1011101 | 0 | 110100 | 100011101 | 1010110 | 11010 |
Color Harmonies of #5E097A
Complementary color
Monochromatic Colors of #5E097A
Black with #5E097A
Text Example
Text Example
White with #5E097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E097A; }
p { color: rgb(94,9,122); }
H1.HeaderClassName
{
color: #5E097A;
}
.AnyTagClassName
{
color: #5E097A;
}
</style>
background-color css
<style>
a { background-color: #5E097A; }
a { background-color: rgb(94,9,122); }
div.DivClassName
{
background-color: #5E097A;
}
.BgClassName
{
background-color: #5E097A;
}
</style>
border-color css
<style>
span { border-color: #5E097A; }
span { border-color: rgb(94,9,122); }
td.TdClassName
{
border-color: #5E097A;
}
.TagClassName
{
border-color: #5E097A;
}
</style>