Shades of Indigo #5A116C
Tints of Indigo #5A116C
RGB
CMYK
RGB Variations
Color information
#5A116C (or 0x5A116C) is known color: Indigo. HEX triplet: 5A, 11 and 6C. RGB value is (90,17,108). Sum of RGB (Red+Green+Blue) = 90+17+108=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A116C is #A5EE93. Grayscale: #303030. Windows color (decimal): -10874516 or 7082330. OLE color: 7082330.
HSL color Cylindrical-coordinate representation of color #5A116C: hue angle of 288.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A116C is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 17 | 108 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.58 |
| HSL | 288.13º | 0.73% | 0.25% | - |
| HSV(B) | 288.13º | 0.84% | 0.42% | - |
| XYZ | 7.12 | 3.66 | 14.52 | - |
| YUV | 49.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 108 | 0.17 | 0.84 | 0 | 0.58 | 288.13 | 0.73 | 0.25 |
| Hex | 5A | 11 | 6C | 11 | 54 | 0 | 3A | 120 | 49 | 19 |
| Octal | 132 | 21 | 154 | 21 | 124 | 0 | 72 | 440 | 111 | 31 |
| Binary | 1011010 | 10001 | 1101100 | 10001 | 1010100 | 0 | 111010 | 100100000 | 1001001 | 11001 |
Color Harmonies of #5A116C
Complementary color
Monochromatic Colors of #5A116C
Black with #5A116C
Text Example
Text Example
White with #5A116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A116C; }
p { color: rgb(90,17,108); }
H1.HeaderClassName
{
color: #5A116C;
}
.AnyTagClassName
{
color: #5A116C;
}
</style>
background-color css
<style>
a { background-color: #5A116C; }
a { background-color: rgb(90,17,108); }
div.DivClassName
{
background-color: #5A116C;
}
.BgClassName
{
background-color: #5A116C;
}
</style>
border-color css
<style>
span { border-color: #5A116C; }
span { border-color: rgb(90,17,108); }
td.TdClassName
{
border-color: #5A116C;
}
.TagClassName
{
border-color: #5A116C;
}
</style>