Shades of Indigo #5E177A
Tints of Indigo #5E177A
RGB
CMYK
RGB Variations
Color information
#5E177A (or 0x5E177A) is known color: Indigo. HEX triplet: 5E, 17 and 7A. RGB value is (94,23,122). Sum of RGB (Red+Green+Blue) = 94+23+122=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E177A is #A1E885. Grayscale: #373737. Windows color (decimal): -10610822 or 8001374. OLE color: 8001374.
HSL color Cylindrical-coordinate representation of color #5E177A: hue angle of 283.03º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E177A is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 23 | 122 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.52 |
| HSL | 283.03º | 0.68% | 0.28% | - |
| HSV(B) | 283.03º | 0.81% | 0.48% | - |
| XYZ | 8.44 | 4.4 | 18.82 | - |
| YUV | 55.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 122 | 0.23 | 0.81 | 0 | 0.52 | 283.03 | 0.68 | 0.28 |
| Hex | 5E | 17 | 7A | 17 | 51 | 0 | 34 | 11B | 44 | 1C |
| Octal | 136 | 27 | 172 | 27 | 121 | 0 | 64 | 433 | 104 | 34 |
| Binary | 1011110 | 10111 | 1111010 | 10111 | 1010001 | 0 | 110100 | 100011011 | 1000100 | 11100 |
Color Harmonies of #5E177A
Complementary color
Monochromatic Colors of #5E177A
Black with #5E177A
Text Example
Text Example
White with #5E177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E177A; }
p { color: rgb(94,23,122); }
H1.HeaderClassName
{
color: #5E177A;
}
.AnyTagClassName
{
color: #5E177A;
}
</style>
background-color css
<style>
a { background-color: #5E177A; }
a { background-color: rgb(94,23,122); }
div.DivClassName
{
background-color: #5E177A;
}
.BgClassName
{
background-color: #5E177A;
}
</style>
border-color css
<style>
span { border-color: #5E177A; }
span { border-color: rgb(94,23,122); }
td.TdClassName
{
border-color: #5E177A;
}
.TagClassName
{
border-color: #5E177A;
}
</style>