Shades of Indigo #5A0884
Tints of Indigo #5A0884
RGB
CMYK
RGB Variations
Color information
#5A0884 (or 0x5A0884) is known color: Indigo. HEX triplet: 5A, 08 and 84. RGB value is (90,8,132). Sum of RGB (Red+Green+Blue) = 90+8+132=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A0884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0884 is #A5F77B. Grayscale: #2E2E2E. Windows color (decimal): -10876796 or 8652890. OLE color: 8652890.
HSL color Cylindrical-coordinate representation of color #5A0884: hue angle of 279.68º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0884 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 8 | 132 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.48 |
| HSL | 279.68º | 0.89% | 0.27% | - |
| HSV(B) | 279.68º | 0.94% | 0.52% | - |
| XYZ | 8.47 | 4.01 | 22.16 | - |
| YUV | 46.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 132 | 0.32 | 0.94 | 0 | 0.48 | 279.68 | 0.89 | 0.27 |
| Hex | 5A | 8 | 84 | 20 | 5E | 0 | 30 | 118 | 59 | 1B |
| Octal | 132 | 10 | 204 | 40 | 136 | 0 | 60 | 430 | 131 | 33 |
| Binary | 1011010 | 1000 | 10000100 | 100000 | 1011110 | 0 | 110000 | 100011000 | 1011001 | 11011 |
Color Harmonies of #5A0884
Complementary color
Monochromatic Colors of #5A0884
Black with #5A0884
Text Example
Text Example
White with #5A0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0884; }
p { color: rgb(90,8,132); }
H1.HeaderClassName
{
color: #5A0884;
}
.AnyTagClassName
{
color: #5A0884;
}
</style>
background-color css
<style>
a { background-color: #5A0884; }
a { background-color: rgb(90,8,132); }
div.DivClassName
{
background-color: #5A0884;
}
.BgClassName
{
background-color: #5A0884;
}
</style>
border-color css
<style>
span { border-color: #5A0884; }
span { border-color: rgb(90,8,132); }
td.TdClassName
{
border-color: #5A0884;
}
.TagClassName
{
border-color: #5A0884;
}
</style>