Shades of Indigo #5A0080
Tints of Indigo #5A0080
RGB
CMYK
RGB Variations
Color information
#5A0080 (or 0x5A0080) is known color: Indigo. HEX triplet: 5A, 00 and 80. RGB value is (90,0,128). Sum of RGB (Red+Green+Blue) = 90+0+128=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #5A0080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0080 is #A5FF7F. Grayscale: #292929. Windows color (decimal): -10878848 or 8388698. OLE color: 8388698.
HSL color Cylindrical-coordinate representation of color #5A0080: hue angle of 282.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0080 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 0 | 128 | - |
| CMYK | 0.30 | 1 | 0 | 0.50 |
| HSL | 282.19º | 1% | 0.25% | - |
| HSV(B) | 282.19º | 1% | 0.5% | - |
| XYZ | 8.11 | 3.73 | 20.71 | - |
| YUV | 41.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 128 | 0.30 | 1 | 0 | 0.50 | 282.19 | 1 | 0.25 |
| Hex | 5A | 0 | 80 | 1E | 64 | 0 | 32 | 11A | 64 | 19 |
| Octal | 132 | 0 | 200 | 36 | 144 | 0 | 62 | 432 | 144 | 31 |
| Binary | 1011010 | 0 | 10000000 | 11110 | 1100100 | 0 | 110010 | 100011010 | 1100100 | 11001 |
Color Harmonies of #5A0080
Complementary color
Monochromatic Colors of #5A0080
Black with #5A0080
Text Example
Text Example
White with #5A0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0080; }
p { color: rgb(90,0,128); }
H1.HeaderClassName
{
color: #5A0080;
}
.AnyTagClassName
{
color: #5A0080;
}
</style>
background-color css
<style>
a { background-color: #5A0080; }
a { background-color: rgb(90,0,128); }
div.DivClassName
{
background-color: #5A0080;
}
.BgClassName
{
background-color: #5A0080;
}
</style>
border-color css
<style>
span { border-color: #5A0080; }
span { border-color: rgb(90,0,128); }
td.TdClassName
{
border-color: #5A0080;
}
.TagClassName
{
border-color: #5A0080;
}
</style>