Shades of Indigo #5A179F
Tints of Indigo #5A179F
RGB
CMYK
RGB Variations
Color information
#5A179F (or 0x5A179F) is known color: Indigo. HEX triplet: 5A, 17 and 9F. RGB value is (90,23,159). Sum of RGB (Red+Green+Blue) = 90+23+159=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A179F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A179F is #A5E860. Grayscale: #3A3A3A. Windows color (decimal): -10872929 or 10426202. OLE color: 10426202.
HSL color Cylindrical-coordinate representation of color #5A179F: hue angle of 269.56º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A179F is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 23 | 159 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.38 |
| HSL | 269.56º | 0.75% | 0.36% | - |
| HSV(B) | 269.56º | 0.86% | 0.62% | - |
| XYZ | 10.78 | 5.29 | 33.25 | - |
| YUV | 58.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 159 | 0.43 | 0.86 | 0 | 0.38 | 269.56 | 0.75 | 0.36 |
| Hex | 5A | 17 | 9F | 2B | 56 | 0 | 26 | 10E | 4B | 24 |
| Octal | 132 | 27 | 237 | 53 | 126 | 0 | 46 | 416 | 113 | 44 |
| Binary | 1011010 | 10111 | 10011111 | 101011 | 1010110 | 0 | 100110 | 100001110 | 1001011 | 100100 |
Color Harmonies of #5A179F
Complementary color
Monochromatic Colors of #5A179F
Black with #5A179F
Text Example
Text Example
White with #5A179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A179F; }
p { color: rgb(90,23,159); }
H1.HeaderClassName
{
color: #5A179F;
}
.AnyTagClassName
{
color: #5A179F;
}
</style>
background-color css
<style>
a { background-color: #5A179F; }
a { background-color: rgb(90,23,159); }
div.DivClassName
{
background-color: #5A179F;
}
.BgClassName
{
background-color: #5A179F;
}
</style>
border-color css
<style>
span { border-color: #5A179F; }
span { border-color: rgb(90,23,159); }
td.TdClassName
{
border-color: #5A179F;
}
.TagClassName
{
border-color: #5A179F;
}
</style>