Shades of Indigo #5A117E
Tints of Indigo #5A117E
RGB
CMYK
RGB Variations
Color information
#5A117E (or 0x5A117E) is known color: Indigo. HEX triplet: 5A, 11 and 7E. RGB value is (90,17,126). Sum of RGB (Red+Green+Blue) = 90+17+126=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A117E is #A5EE81. Grayscale: #323232. Windows color (decimal): -10874498 or 8261978. OLE color: 8261978.
HSL color Cylindrical-coordinate representation of color #5A117E: hue angle of 280.18º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A117E is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 17 | 126 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.51 |
| HSL | 280.18º | 0.76% | 0.28% | - |
| HSV(B) | 280.18º | 0.87% | 0.49% | - |
| XYZ | 8.18 | 4.08 | 20.1 | - |
| YUV | 51.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 126 | 0.29 | 0.87 | 0 | 0.51 | 280.18 | 0.76 | 0.28 |
| Hex | 5A | 11 | 7E | 1D | 57 | 0 | 33 | 118 | 4C | 1C |
| Octal | 132 | 21 | 176 | 35 | 127 | 0 | 63 | 430 | 114 | 34 |
| Binary | 1011010 | 10001 | 1111110 | 11101 | 1010111 | 0 | 110011 | 100011000 | 1001100 | 11100 |
Color Harmonies of #5A117E
Complementary color
Monochromatic Colors of #5A117E
Black with #5A117E
Text Example
Text Example
White with #5A117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A117E; }
p { color: rgb(90,17,126); }
H1.HeaderClassName
{
color: #5A117E;
}
.AnyTagClassName
{
color: #5A117E;
}
</style>
background-color css
<style>
a { background-color: #5A117E; }
a { background-color: rgb(90,17,126); }
div.DivClassName
{
background-color: #5A117E;
}
.BgClassName
{
background-color: #5A117E;
}
</style>
border-color css
<style>
span { border-color: #5A117E; }
span { border-color: rgb(90,17,126); }
td.TdClassName
{
border-color: #5A117E;
}
.TagClassName
{
border-color: #5A117E;
}
</style>