Shades of Indigo #5A179D
Tints of Indigo #5A179D
RGB
CMYK
RGB Variations
Color information
#5A179D (or 0x5A179D) is known color: Indigo. HEX triplet: 5A, 17 and 9D. RGB value is (90,23,157). Sum of RGB (Red+Green+Blue) = 90+23+157=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A179D is #A5E862. Grayscale: #393939. Windows color (decimal): -10872931 or 10295130. OLE color: 10295130.
HSL color Cylindrical-coordinate representation of color #5A179D: hue angle of 270º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A179D is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 23 | 157 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.38 |
| HSL | 270º | 0.74% | 0.35% | - |
| HSV(B) | 270º | 0.85% | 0.62% | - |
| XYZ | 10.61 | 5.22 | 32.35 | - |
| YUV | 58.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 157 | 0.43 | 0.85 | 0 | 0.38 | 270 | 0.74 | 0.35 |
| Hex | 5A | 17 | 9D | 2B | 55 | 0 | 26 | 10E | 4A | 23 |
| Octal | 132 | 27 | 235 | 53 | 125 | 0 | 46 | 416 | 112 | 43 |
| Binary | 1011010 | 10111 | 10011101 | 101011 | 1010101 | 0 | 100110 | 100001110 | 1001010 | 100011 |
Color Harmonies of #5A179D
Complementary color
Monochromatic Colors of #5A179D
Black with #5A179D
Text Example
Text Example
White with #5A179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A179D; }
p { color: rgb(90,23,157); }
H1.HeaderClassName
{
color: #5A179D;
}
.AnyTagClassName
{
color: #5A179D;
}
</style>
background-color css
<style>
a { background-color: #5A179D; }
a { background-color: rgb(90,23,157); }
div.DivClassName
{
background-color: #5A179D;
}
.BgClassName
{
background-color: #5A179D;
}
</style>
border-color css
<style>
span { border-color: #5A179D; }
span { border-color: rgb(90,23,157); }
td.TdClassName
{
border-color: #5A179D;
}
.TagClassName
{
border-color: #5A179D;
}
</style>