Shades of Indigo #5E077A
Tints of Indigo #5E077A
RGB
CMYK
RGB Variations
Color information
#5E077A (or 0x5E077A) is known color: Indigo. HEX triplet: 5E, 07 and 7A. RGB value is (94,7,122). Sum of RGB (Red+Green+Blue) = 94+7+122=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E077A is #A1F885. Grayscale: #2D2D2D. Windows color (decimal): -10614918 or 7997278. OLE color: 7997278.
HSL color Cylindrical-coordinate representation of color #5E077A: hue angle of 285.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E077A is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 7 | 122 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.52 |
| HSL | 285.39º | 0.89% | 0.25% | - |
| HSV(B) | 285.39º | 0.94% | 0.48% | - |
| XYZ | 8.2 | 3.94 | 18.74 | - |
| YUV | 46.12 | 170.82 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 122 | 0.23 | 0.94 | 0 | 0.52 | 285.39 | 0.89 | 0.25 |
| Hex | 5E | 7 | 7A | 17 | 5E | 0 | 34 | 11D | 59 | 19 |
| Octal | 136 | 7 | 172 | 27 | 136 | 0 | 64 | 435 | 131 | 31 |
| Binary | 1011110 | 111 | 1111010 | 10111 | 1011110 | 0 | 110100 | 100011101 | 1011001 | 11001 |
Color Harmonies of #5E077A
Complementary color
Monochromatic Colors of #5E077A
Black with #5E077A
Text Example
Text Example
White with #5E077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E077A; }
p { color: rgb(94,7,122); }
H1.HeaderClassName
{
color: #5E077A;
}
.AnyTagClassName
{
color: #5E077A;
}
</style>
background-color css
<style>
a { background-color: #5E077A; }
a { background-color: rgb(94,7,122); }
div.DivClassName
{
background-color: #5E077A;
}
.BgClassName
{
background-color: #5E077A;
}
</style>
border-color css
<style>
span { border-color: #5E077A; }
span { border-color: rgb(94,7,122); }
td.TdClassName
{
border-color: #5E077A;
}
.TagClassName
{
border-color: #5E077A;
}
</style>