Shades of Indigo #5A086D
Tints of Indigo #5A086D
RGB
CMYK
RGB Variations
Color information
#5A086D (or 0x5A086D) is known color: Indigo. HEX triplet: 5A, 08 and 6D. RGB value is (90,8,109). Sum of RGB (Red+Green+Blue) = 90+8+109=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A086D is #A5F792. Grayscale: #2B2B2B. Windows color (decimal): -10876819 or 7145562. OLE color: 7145562.
HSL color Cylindrical-coordinate representation of color #5A086D: hue angle of 288.71º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A086D is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 8 | 109 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.57 |
| HSL | 288.71º | 0.86% | 0.23% | - |
| HSV(B) | 288.71º | 0.93% | 0.43% | - |
| XYZ | 7.06 | 3.45 | 14.76 | - |
| YUV | 44.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 109 | 0.17 | 0.93 | 0 | 0.57 | 288.71 | 0.86 | 0.23 |
| Hex | 5A | 8 | 6D | 11 | 5D | 0 | 39 | 121 | 56 | 17 |
| Octal | 132 | 10 | 155 | 21 | 135 | 0 | 71 | 441 | 126 | 27 |
| Binary | 1011010 | 1000 | 1101101 | 10001 | 1011101 | 0 | 111001 | 100100001 | 1010110 | 10111 |
Color Harmonies of #5A086D
Complementary color
Monochromatic Colors of #5A086D
Black with #5A086D
Text Example
Text Example
White with #5A086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A086D; }
p { color: rgb(90,8,109); }
H1.HeaderClassName
{
color: #5A086D;
}
.AnyTagClassName
{
color: #5A086D;
}
</style>
background-color css
<style>
a { background-color: #5A086D; }
a { background-color: rgb(90,8,109); }
div.DivClassName
{
background-color: #5A086D;
}
.BgClassName
{
background-color: #5A086D;
}
</style>
border-color css
<style>
span { border-color: #5A086D; }
span { border-color: rgb(90,8,109); }
td.TdClassName
{
border-color: #5A086D;
}
.TagClassName
{
border-color: #5A086D;
}
</style>