Shades of Indigo #5A126F
Tints of Indigo #5A126F
RGB
CMYK
RGB Variations
Color information
#5A126F (or 0x5A126F) is known color: Indigo. HEX triplet: 5A, 12 and 6F. RGB value is (90,18,111). Sum of RGB (Red+Green+Blue) = 90+18+111=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A126F is #A5ED90. Grayscale: #313131. Windows color (decimal): -10874257 or 7279194. OLE color: 7279194.
HSL color Cylindrical-coordinate representation of color #5A126F: hue angle of 286.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A126F is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 18 | 111 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.56 |
| HSL | 286.45º | 0.72% | 0.25% | - |
| HSV(B) | 286.45º | 0.84% | 0.44% | - |
| XYZ | 7.3 | 3.75 | 15.38 | - |
| YUV | 50.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 111 | 0.19 | 0.84 | 0 | 0.56 | 286.45 | 0.72 | 0.25 |
| Hex | 5A | 12 | 6F | 13 | 54 | 0 | 38 | 11E | 48 | 19 |
| Octal | 132 | 22 | 157 | 23 | 124 | 0 | 70 | 436 | 110 | 31 |
| Binary | 1011010 | 10010 | 1101111 | 10011 | 1010100 | 0 | 111000 | 100011110 | 1001000 | 11001 |
Color Harmonies of #5A126F
Complementary color
Monochromatic Colors of #5A126F
Black with #5A126F
Text Example
Text Example
White with #5A126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A126F; }
p { color: rgb(90,18,111); }
H1.HeaderClassName
{
color: #5A126F;
}
.AnyTagClassName
{
color: #5A126F;
}
</style>
background-color css
<style>
a { background-color: #5A126F; }
a { background-color: rgb(90,18,111); }
div.DivClassName
{
background-color: #5A126F;
}
.BgClassName
{
background-color: #5A126F;
}
</style>
border-color css
<style>
span { border-color: #5A126F; }
span { border-color: rgb(90,18,111); }
td.TdClassName
{
border-color: #5A126F;
}
.TagClassName
{
border-color: #5A126F;
}
</style>