Shades of Indigo #5A0D86
Tints of Indigo #5A0D86
RGB
CMYK
RGB Variations
Color information
#5A0D86 (or 0x5A0D86) is known color: Indigo. HEX triplet: 5A, 0D and 86. RGB value is (90,13,134). Sum of RGB (Red+Green+Blue) = 90+13+134=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A0D86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0D86 is #A5F279. Grayscale: #313131. Windows color (decimal): -10875514 or 8785242. OLE color: 8785242.
HSL color Cylindrical-coordinate representation of color #5A0D86: hue angle of 278.18º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0D86 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 13 | 134 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.47 |
| HSL | 278.18º | 0.82% | 0.29% | - |
| HSV(B) | 278.18º | 0.9% | 0.53% | - |
| XYZ | 8.66 | 4.18 | 22.9 | - |
| YUV | 49.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 134 | 0.33 | 0.90 | 0 | 0.47 | 278.18 | 0.82 | 0.29 |
| Hex | 5A | D | 86 | 21 | 5A | 0 | 2F | 116 | 52 | 1D |
| Octal | 132 | 15 | 206 | 41 | 132 | 0 | 57 | 426 | 122 | 35 |
| Binary | 1011010 | 1101 | 10000110 | 100001 | 1011010 | 0 | 101111 | 100010110 | 1010010 | 11101 |
Color Harmonies of #5A0D86
Complementary color
Monochromatic Colors of #5A0D86
Black with #5A0D86
Text Example
Text Example
White with #5A0D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D86; }
p { color: rgb(90,13,134); }
H1.HeaderClassName
{
color: #5A0D86;
}
.AnyTagClassName
{
color: #5A0D86;
}
</style>
background-color css
<style>
a { background-color: #5A0D86; }
a { background-color: rgb(90,13,134); }
div.DivClassName
{
background-color: #5A0D86;
}
.BgClassName
{
background-color: #5A0D86;
}
</style>
border-color css
<style>
span { border-color: #5A0D86; }
span { border-color: rgb(90,13,134); }
td.TdClassName
{
border-color: #5A0D86;
}
.TagClassName
{
border-color: #5A0D86;
}
</style>