Shades of Indigo #5A157A
Tints of Indigo #5A157A
RGB
CMYK
RGB Variations
Color information
#5A157A (or 0x5A157A) is known color: Indigo. HEX triplet: 5A, 15 and 7A. RGB value is (90,21,122). Sum of RGB (Red+Green+Blue) = 90+21+122=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A157A is #A5EA85. Grayscale: #343434. Windows color (decimal): -10873478 or 8000858. OLE color: 8000858.
HSL color Cylindrical-coordinate representation of color #5A157A: hue angle of 280.99º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A157A is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 21 | 122 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.52 |
| HSL | 280.99º | 0.71% | 0.28% | - |
| HSV(B) | 280.99º | 0.83% | 0.48% | - |
| XYZ | 8 | 4.12 | 18.79 | - |
| YUV | 53.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 122 | 0.26 | 0.83 | 0 | 0.52 | 280.99 | 0.71 | 0.28 |
| Hex | 5A | 15 | 7A | 1A | 53 | 0 | 34 | 119 | 47 | 1C |
| Octal | 132 | 25 | 172 | 32 | 123 | 0 | 64 | 431 | 107 | 34 |
| Binary | 1011010 | 10101 | 1111010 | 11010 | 1010011 | 0 | 110100 | 100011001 | 1000111 | 11100 |
Color Harmonies of #5A157A
Complementary color
Monochromatic Colors of #5A157A
Black with #5A157A
Text Example
Text Example
White with #5A157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A157A; }
p { color: rgb(90,21,122); }
H1.HeaderClassName
{
color: #5A157A;
}
.AnyTagClassName
{
color: #5A157A;
}
</style>
background-color css
<style>
a { background-color: #5A157A; }
a { background-color: rgb(90,21,122); }
div.DivClassName
{
background-color: #5A157A;
}
.BgClassName
{
background-color: #5A157A;
}
</style>
border-color css
<style>
span { border-color: #5A157A; }
span { border-color: rgb(90,21,122); }
td.TdClassName
{
border-color: #5A157A;
}
.TagClassName
{
border-color: #5A157A;
}
</style>