Shades of Indigo #5A187E
Tints of Indigo #5A187E
RGB
CMYK
RGB Variations
Color information
#5A187E (or 0x5A187E) is known color: Indigo. HEX triplet: 5A, 18 and 7E. RGB value is (90,24,126). Sum of RGB (Red+Green+Blue) = 90+24+126=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A187E is #A5E781. Grayscale: #373737. Windows color (decimal): -10872706 or 8263770. OLE color: 8263770.
HSL color Cylindrical-coordinate representation of color #5A187E: hue angle of 278.82º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A187E is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 24 | 126 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.51 |
| HSL | 278.82º | 0.68% | 0.29% | - |
| HSV(B) | 278.82º | 0.81% | 0.49% | - |
| XYZ | 8.31 | 4.33 | 20.14 | - |
| YUV | 55.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 126 | 0.29 | 0.81 | 0 | 0.51 | 278.82 | 0.68 | 0.29 |
| Hex | 5A | 18 | 7E | 1D | 51 | 0 | 33 | 117 | 44 | 1D |
| Octal | 132 | 30 | 176 | 35 | 121 | 0 | 63 | 427 | 104 | 35 |
| Binary | 1011010 | 11000 | 1111110 | 11101 | 1010001 | 0 | 110011 | 100010111 | 1000100 | 11101 |
Color Harmonies of #5A187E
Complementary color
Monochromatic Colors of #5A187E
Black with #5A187E
Text Example
Text Example
White with #5A187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A187E; }
p { color: rgb(90,24,126); }
H1.HeaderClassName
{
color: #5A187E;
}
.AnyTagClassName
{
color: #5A187E;
}
</style>
background-color css
<style>
a { background-color: #5A187E; }
a { background-color: rgb(90,24,126); }
div.DivClassName
{
background-color: #5A187E;
}
.BgClassName
{
background-color: #5A187E;
}
</style>
border-color css
<style>
span { border-color: #5A187E; }
span { border-color: rgb(90,24,126); }
td.TdClassName
{
border-color: #5A187E;
}
.TagClassName
{
border-color: #5A187E;
}
</style>