Shades of Indigo #5A0076
Tints of Indigo #5A0076
RGB
CMYK
RGB Variations
Color information
#5A0076 (or 0x5A0076) is known color: Indigo. HEX triplet: 5A, 00 and 76. RGB value is (90,0,118). Sum of RGB (Red+Green+Blue) = 90+0+118=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A0076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0076 is #A5FF89. Grayscale: #272727. Windows color (decimal): -10878858 or 7733338. OLE color: 7733338.
HSL color Cylindrical-coordinate representation of color #5A0076: hue angle of 285.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0076 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 0 | 118 | - |
| CMYK | 0.24 | 1 | 0 | 0.54 |
| HSL | 285.76º | 1% | 0.23% | - |
| HSV(B) | 285.76º | 1% | 0.46% | - |
| XYZ | 7.49 | 3.48 | 17.42 | - |
| YUV | 40.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 118 | 0.24 | 1 | 0 | 0.54 | 285.76 | 1 | 0.23 |
| Hex | 5A | 0 | 76 | 18 | 64 | 0 | 36 | 11E | 64 | 17 |
| Octal | 132 | 0 | 166 | 30 | 144 | 0 | 66 | 436 | 144 | 27 |
| Binary | 1011010 | 0 | 1110110 | 11000 | 1100100 | 0 | 110110 | 100011110 | 1100100 | 10111 |
Color Harmonies of #5A0076
Complementary color
Monochromatic Colors of #5A0076
Black with #5A0076
Text Example
Text Example
White with #5A0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0076; }
p { color: rgb(90,0,118); }
H1.HeaderClassName
{
color: #5A0076;
}
.AnyTagClassName
{
color: #5A0076;
}
</style>
background-color css
<style>
a { background-color: #5A0076; }
a { background-color: rgb(90,0,118); }
div.DivClassName
{
background-color: #5A0076;
}
.BgClassName
{
background-color: #5A0076;
}
</style>
border-color css
<style>
span { border-color: #5A0076; }
span { border-color: rgb(90,0,118); }
td.TdClassName
{
border-color: #5A0076;
}
.TagClassName
{
border-color: #5A0076;
}
</style>