Shades of Indigo #5A0A69
Tints of Indigo #5A0A69
RGB
CMYK
RGB Variations
Color information
#5A0A69 (or 0x5A0A69) is known color: Indigo. HEX triplet: 5A, 0A and 69. RGB value is (90,10,105). Sum of RGB (Red+Green+Blue) = 90+10+105=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A0A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0A69 is #A5F596. Grayscale: #2C2C2C. Windows color (decimal): -10876311 or 6883930. OLE color: 6883930.
HSL color Cylindrical-coordinate representation of color #5A0A69: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0A69 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 10 | 105 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.59 |
| HSL | 290.53º | 0.83% | 0.23% | - |
| HSV(B) | 290.53º | 0.9% | 0.41% | - |
| XYZ | 6.87 | 3.41 | 13.66 | - |
| YUV | 44.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 105 | 0.14 | 0.90 | 0 | 0.59 | 290.53 | 0.83 | 0.23 |
| Hex | 5A | A | 69 | E | 5A | 0 | 3B | 123 | 53 | 17 |
| Octal | 132 | 12 | 151 | 16 | 132 | 0 | 73 | 443 | 123 | 27 |
| Binary | 1011010 | 1010 | 1101001 | 1110 | 1011010 | 0 | 111011 | 100100011 | 1010011 | 10111 |
Color Harmonies of #5A0A69
Complementary color
Monochromatic Colors of #5A0A69
Black with #5A0A69
Text Example
Text Example
White with #5A0A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A69; }
p { color: rgb(90,10,105); }
H1.HeaderClassName
{
color: #5A0A69;
}
.AnyTagClassName
{
color: #5A0A69;
}
</style>
background-color css
<style>
a { background-color: #5A0A69; }
a { background-color: rgb(90,10,105); }
div.DivClassName
{
background-color: #5A0A69;
}
.BgClassName
{
background-color: #5A0A69;
}
</style>
border-color css
<style>
span { border-color: #5A0A69; }
span { border-color: rgb(90,10,105); }
td.TdClassName
{
border-color: #5A0A69;
}
.TagClassName
{
border-color: #5A0A69;
}
</style>