Shades of Indigo #5A0E70
Tints of Indigo #5A0E70
RGB
CMYK
RGB Variations
Color information
#5A0E70 (or 0x5A0E70) is known color: Indigo. HEX triplet: 5A, 0E and 70. RGB value is (90,14,112). Sum of RGB (Red+Green+Blue) = 90+14+112=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A0E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0E70 is #A5F18F. Grayscale: #2F2F2F. Windows color (decimal): -10875280 or 7343706. OLE color: 7343706.
HSL color Cylindrical-coordinate representation of color #5A0E70: hue angle of 286.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0E70 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 14 | 112 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.56 |
| HSL | 286.53º | 0.78% | 0.25% | - |
| HSV(B) | 286.53º | 0.88% | 0.44% | - |
| XYZ | 7.3 | 3.66 | 15.65 | - |
| YUV | 47.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 112 | 0.20 | 0.88 | 0 | 0.56 | 286.53 | 0.78 | 0.25 |
| Hex | 5A | E | 70 | 14 | 58 | 0 | 38 | 11F | 4E | 19 |
| Octal | 132 | 16 | 160 | 24 | 130 | 0 | 70 | 437 | 116 | 31 |
| Binary | 1011010 | 1110 | 1110000 | 10100 | 1011000 | 0 | 111000 | 100011111 | 1001110 | 11001 |
Color Harmonies of #5A0E70
Complementary color
Monochromatic Colors of #5A0E70
Black with #5A0E70
Text Example
Text Example
White with #5A0E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E70; }
p { color: rgb(90,14,112); }
H1.HeaderClassName
{
color: #5A0E70;
}
.AnyTagClassName
{
color: #5A0E70;
}
</style>
background-color css
<style>
a { background-color: #5A0E70; }
a { background-color: rgb(90,14,112); }
div.DivClassName
{
background-color: #5A0E70;
}
.BgClassName
{
background-color: #5A0E70;
}
</style>
border-color css
<style>
span { border-color: #5A0E70; }
span { border-color: rgb(90,14,112); }
td.TdClassName
{
border-color: #5A0E70;
}
.TagClassName
{
border-color: #5A0E70;
}
</style>