Shades of Indigo #5A137E
Tints of Indigo #5A137E
RGB
CMYK
RGB Variations
Color information
#5A137E (or 0x5A137E) is known color: Indigo. HEX triplet: 5A, 13 and 7E. RGB value is (90,19,126). Sum of RGB (Red+Green+Blue) = 90+19+126=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A137E is #A5EC81. Grayscale: #343434. Windows color (decimal): -10873986 or 8262490. OLE color: 8262490.
HSL color Cylindrical-coordinate representation of color #5A137E: hue angle of 279.81º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A137E is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 19 | 126 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.51 |
| HSL | 279.81º | 0.74% | 0.28% | - |
| HSV(B) | 279.81º | 0.85% | 0.49% | - |
| XYZ | 8.22 | 4.15 | 20.11 | - |
| YUV | 52.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 126 | 0.29 | 0.85 | 0 | 0.51 | 279.81 | 0.74 | 0.28 |
| Hex | 5A | 13 | 7E | 1D | 55 | 0 | 33 | 118 | 4A | 1C |
| Octal | 132 | 23 | 176 | 35 | 125 | 0 | 63 | 430 | 112 | 34 |
| Binary | 1011010 | 10011 | 1111110 | 11101 | 1010101 | 0 | 110011 | 100011000 | 1001010 | 11100 |
Color Harmonies of #5A137E
Complementary color
Monochromatic Colors of #5A137E
Black with #5A137E
Text Example
Text Example
White with #5A137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A137E; }
p { color: rgb(90,19,126); }
H1.HeaderClassName
{
color: #5A137E;
}
.AnyTagClassName
{
color: #5A137E;
}
</style>
background-color css
<style>
a { background-color: #5A137E; }
a { background-color: rgb(90,19,126); }
div.DivClassName
{
background-color: #5A137E;
}
.BgClassName
{
background-color: #5A137E;
}
</style>
border-color css
<style>
span { border-color: #5A137E; }
span { border-color: rgb(90,19,126); }
td.TdClassName
{
border-color: #5A137E;
}
.TagClassName
{
border-color: #5A137E;
}
</style>