Shades of Indigo #5A187A
Tints of Indigo #5A187A
RGB
CMYK
RGB Variations
Color information
#5A187A (or 0x5A187A) is known color: Indigo. HEX triplet: 5A, 18 and 7A. RGB value is (90,24,122). Sum of RGB (Red+Green+Blue) = 90+24+122=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A187A is #A5E785. Grayscale: #363636. Windows color (decimal): -10872710 or 8001626. OLE color: 8001626.
HSL color Cylindrical-coordinate representation of color #5A187A: hue angle of 280.41º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A187A is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 24 | 122 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.52 |
| HSL | 280.41º | 0.67% | 0.29% | - |
| HSV(B) | 280.41º | 0.8% | 0.48% | - |
| XYZ | 8.06 | 4.23 | 18.8 | - |
| YUV | 54.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 122 | 0.26 | 0.80 | 0 | 0.52 | 280.41 | 0.67 | 0.29 |
| Hex | 5A | 18 | 7A | 1A | 50 | 0 | 34 | 118 | 43 | 1D |
| Octal | 132 | 30 | 172 | 32 | 120 | 0 | 64 | 430 | 103 | 35 |
| Binary | 1011010 | 11000 | 1111010 | 11010 | 1010000 | 0 | 110100 | 100011000 | 1000011 | 11101 |
Color Harmonies of #5A187A
Complementary color
Monochromatic Colors of #5A187A
Black with #5A187A
Text Example
Text Example
White with #5A187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A187A; }
p { color: rgb(90,24,122); }
H1.HeaderClassName
{
color: #5A187A;
}
.AnyTagClassName
{
color: #5A187A;
}
</style>
background-color css
<style>
a { background-color: #5A187A; }
a { background-color: rgb(90,24,122); }
div.DivClassName
{
background-color: #5A187A;
}
.BgClassName
{
background-color: #5A187A;
}
</style>
border-color css
<style>
span { border-color: #5A187A; }
span { border-color: rgb(90,24,122); }
td.TdClassName
{
border-color: #5A187A;
}
.TagClassName
{
border-color: #5A187A;
}
</style>