Shades of Indigo #5A0280
Tints of Indigo #5A0280
RGB
CMYK
RGB Variations
Color information
#5A0280 (or 0x5A0280) is known color: Indigo. HEX triplet: 5A, 02 and 80. RGB value is (90,2,128). Sum of RGB (Red+Green+Blue) = 90+2+128=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #5A0280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0280 is #A5FD7F. Grayscale: #2A2A2A. Windows color (decimal): -10878336 or 8389210. OLE color: 8389210.
HSL color Cylindrical-coordinate representation of color #5A0280: hue angle of 281.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0280 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 2 | 128 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.50 |
| HSL | 281.9º | 0.97% | 0.25% | - |
| HSV(B) | 281.9º | 0.98% | 0.5% | - |
| XYZ | 8.13 | 3.78 | 20.72 | - |
| YUV | 42.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 128 | 0.30 | 0.98 | 0 | 0.50 | 281.9 | 0.97 | 0.25 |
| Hex | 5A | 2 | 80 | 1E | 62 | 0 | 32 | 11A | 61 | 19 |
| Octal | 132 | 2 | 200 | 36 | 142 | 0 | 62 | 432 | 141 | 31 |
| Binary | 1011010 | 10 | 10000000 | 11110 | 1100010 | 0 | 110010 | 100011010 | 1100001 | 11001 |
Color Harmonies of #5A0280
Complementary color
Monochromatic Colors of #5A0280
Black with #5A0280
Text Example
Text Example
White with #5A0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0280; }
p { color: rgb(90,2,128); }
H1.HeaderClassName
{
color: #5A0280;
}
.AnyTagClassName
{
color: #5A0280;
}
</style>
background-color css
<style>
a { background-color: #5A0280; }
a { background-color: rgb(90,2,128); }
div.DivClassName
{
background-color: #5A0280;
}
.BgClassName
{
background-color: #5A0280;
}
</style>
border-color css
<style>
span { border-color: #5A0280; }
span { border-color: rgb(90,2,128); }
td.TdClassName
{
border-color: #5A0280;
}
.TagClassName
{
border-color: #5A0280;
}
</style>