Shades of Indigo #5A177F
Tints of Indigo #5A177F
RGB
CMYK
RGB Variations
Color information
#5A177F (or 0x5A177F) is known color: Indigo. HEX triplet: 5A, 17 and 7F. RGB value is (90,23,127). Sum of RGB (Red+Green+Blue) = 90+23+127=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A177F is #A5E880. Grayscale: #363636. Windows color (decimal): -10872961 or 8329050. OLE color: 8329050.
HSL color Cylindrical-coordinate representation of color #5A177F: hue angle of 278.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A177F is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 23 | 127 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.50 |
| HSL | 278.65º | 0.69% | 0.29% | - |
| HSV(B) | 278.65º | 0.82% | 0.5% | - |
| XYZ | 8.35 | 4.32 | 20.47 | - |
| YUV | 54.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 127 | 0.29 | 0.82 | 0 | 0.50 | 278.65 | 0.69 | 0.29 |
| Hex | 5A | 17 | 7F | 1D | 52 | 0 | 32 | 117 | 45 | 1D |
| Octal | 132 | 27 | 177 | 35 | 122 | 0 | 62 | 427 | 105 | 35 |
| Binary | 1011010 | 10111 | 1111111 | 11101 | 1010010 | 0 | 110010 | 100010111 | 1000101 | 11101 |
Color Harmonies of #5A177F
Complementary color
Monochromatic Colors of #5A177F
Black with #5A177F
Text Example
Text Example
White with #5A177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A177F; }
p { color: rgb(90,23,127); }
H1.HeaderClassName
{
color: #5A177F;
}
.AnyTagClassName
{
color: #5A177F;
}
</style>
background-color css
<style>
a { background-color: #5A177F; }
a { background-color: rgb(90,23,127); }
div.DivClassName
{
background-color: #5A177F;
}
.BgClassName
{
background-color: #5A177F;
}
</style>
border-color css
<style>
span { border-color: #5A177F; }
span { border-color: rgb(90,23,127); }
td.TdClassName
{
border-color: #5A177F;
}
.TagClassName
{
border-color: #5A177F;
}
</style>