Shades of Indigo #5A088E
Tints of Indigo #5A088E
RGB
CMYK
RGB Variations
Color information
#5A088E (or 0x5A088E) is known color: Indigo. HEX triplet: 5A, 08 and 8E. RGB value is (90,8,142). Sum of RGB (Red+Green+Blue) = 90+8+142=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A088E is #A5F771. Grayscale: #2F2F2F. Windows color (decimal): -10876786 or 9308250. OLE color: 9308250.
HSL color Cylindrical-coordinate representation of color #5A088E: hue angle of 276.72º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A088E is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 8 | 142 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.44 |
| HSL | 276.72º | 0.89% | 0.29% | - |
| HSV(B) | 276.72º | 0.94% | 0.56% | - |
| XYZ | 9.19 | 4.3 | 25.94 | - |
| YUV | 47.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 142 | 0.37 | 0.94 | 0 | 0.44 | 276.72 | 0.89 | 0.29 |
| Hex | 5A | 8 | 8E | 25 | 5E | 0 | 2C | 115 | 59 | 1D |
| Octal | 132 | 10 | 216 | 45 | 136 | 0 | 54 | 425 | 131 | 35 |
| Binary | 1011010 | 1000 | 10001110 | 100101 | 1011110 | 0 | 101100 | 100010101 | 1011001 | 11101 |
Color Harmonies of #5A088E
Complementary color
Monochromatic Colors of #5A088E
Black with #5A088E
Text Example
Text Example
White with #5A088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A088E; }
p { color: rgb(90,8,142); }
H1.HeaderClassName
{
color: #5A088E;
}
.AnyTagClassName
{
color: #5A088E;
}
</style>
background-color css
<style>
a { background-color: #5A088E; }
a { background-color: rgb(90,8,142); }
div.DivClassName
{
background-color: #5A088E;
}
.BgClassName
{
background-color: #5A088E;
}
</style>
border-color css
<style>
span { border-color: #5A088E; }
span { border-color: rgb(90,8,142); }
td.TdClassName
{
border-color: #5A088E;
}
.TagClassName
{
border-color: #5A088E;
}
</style>