Shades of Indigo #5A0186
Tints of Indigo #5A0186
RGB
CMYK
RGB Variations
Color information
#5A0186 (or 0x5A0186) is known color: Indigo. HEX triplet: 5A, 01 and 86. RGB value is (90,1,134). Sum of RGB (Red+Green+Blue) = 90+1+134=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A0186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0186 is #A5FE79. Grayscale: #2A2A2A. Windows color (decimal): -10878586 or 8782170. OLE color: 8782170.
HSL color Cylindrical-coordinate representation of color #5A0186: hue angle of 280.15º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0186 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 1 | 134 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.47 |
| HSL | 280.15º | 0.99% | 0.26% | - |
| HSV(B) | 280.15º | 0.99% | 0.53% | - |
| XYZ | 8.53 | 3.92 | 22.86 | - |
| YUV | 42.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 134 | 0.33 | 0.99 | 0 | 0.47 | 280.15 | 0.99 | 0.26 |
| Hex | 5A | 1 | 86 | 21 | 63 | 0 | 2F | 118 | 63 | 1A |
| Octal | 132 | 1 | 206 | 41 | 143 | 0 | 57 | 430 | 143 | 32 |
| Binary | 1011010 | 1 | 10000110 | 100001 | 1100011 | 0 | 101111 | 100011000 | 1100011 | 11010 |
Color Harmonies of #5A0186
Complementary color
Monochromatic Colors of #5A0186
Black with #5A0186
Text Example
Text Example
White with #5A0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0186; }
p { color: rgb(90,1,134); }
H1.HeaderClassName
{
color: #5A0186;
}
.AnyTagClassName
{
color: #5A0186;
}
</style>
background-color css
<style>
a { background-color: #5A0186; }
a { background-color: rgb(90,1,134); }
div.DivClassName
{
background-color: #5A0186;
}
.BgClassName
{
background-color: #5A0186;
}
</style>
border-color css
<style>
span { border-color: #5A0186; }
span { border-color: rgb(90,1,134); }
td.TdClassName
{
border-color: #5A0186;
}
.TagClassName
{
border-color: #5A0186;
}
</style>