Shades of Indigo #5A0882
Tints of Indigo #5A0882
RGB
CMYK
RGB Variations
Color information
#5A0882 (or 0x5A0882) is known color: Indigo. HEX triplet: 5A, 08 and 82. RGB value is (90,8,130). Sum of RGB (Red+Green+Blue) = 90+8+130=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A0882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0882 is #A5F77D. Grayscale: #2E2E2E. Windows color (decimal): -10876798 or 8521818. OLE color: 8521818.
HSL color Cylindrical-coordinate representation of color #5A0882: hue angle of 280.33º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0882 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 8 | 130 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.49 |
| HSL | 280.33º | 0.88% | 0.27% | - |
| HSV(B) | 280.33º | 0.94% | 0.51% | - |
| XYZ | 8.33 | 3.96 | 21.44 | - |
| YUV | 46.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 130 | 0.31 | 0.94 | 0 | 0.49 | 280.33 | 0.88 | 0.27 |
| Hex | 5A | 8 | 82 | 1F | 5E | 0 | 31 | 118 | 58 | 1B |
| Octal | 132 | 10 | 202 | 37 | 136 | 0 | 61 | 430 | 130 | 33 |
| Binary | 1011010 | 1000 | 10000010 | 11111 | 1011110 | 0 | 110001 | 100011000 | 1011000 | 11011 |
Color Harmonies of #5A0882
Complementary color
Monochromatic Colors of #5A0882
Black with #5A0882
Text Example
Text Example
White with #5A0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0882; }
p { color: rgb(90,8,130); }
H1.HeaderClassName
{
color: #5A0882;
}
.AnyTagClassName
{
color: #5A0882;
}
</style>
background-color css
<style>
a { background-color: #5A0882; }
a { background-color: rgb(90,8,130); }
div.DivClassName
{
background-color: #5A0882;
}
.BgClassName
{
background-color: #5A0882;
}
</style>
border-color css
<style>
span { border-color: #5A0882; }
span { border-color: rgb(90,8,130); }
td.TdClassName
{
border-color: #5A0882;
}
.TagClassName
{
border-color: #5A0882;
}
</style>