Shades of Indigo #5A1877
Tints of Indigo #5A1877
RGB
CMYK
RGB Variations
Color information
#5A1877 (or 0x5A1877) is known color: Indigo. HEX triplet: 5A, 18 and 77. RGB value is (90,24,119). Sum of RGB (Red+Green+Blue) = 90+24+119=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A1877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1877 is #A5E788. Grayscale: #363636. Windows color (decimal): -10872713 or 7805018. OLE color: 7805018.
HSL color Cylindrical-coordinate representation of color #5A1877: hue angle of 281.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1877 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 24 | 119 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.53 |
| HSL | 281.68º | 0.66% | 0.28% | - |
| HSV(B) | 281.68º | 0.8% | 0.47% | - |
| XYZ | 7.87 | 4.16 | 17.84 | - |
| YUV | 54.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 119 | 0.24 | 0.80 | 0 | 0.53 | 281.68 | 0.66 | 0.28 |
| Hex | 5A | 18 | 77 | 18 | 50 | 0 | 35 | 11A | 42 | 1C |
| Octal | 132 | 30 | 167 | 30 | 120 | 0 | 65 | 432 | 102 | 34 |
| Binary | 1011010 | 11000 | 1110111 | 11000 | 1010000 | 0 | 110101 | 100011010 | 1000010 | 11100 |
Color Harmonies of #5A1877
Complementary color
Monochromatic Colors of #5A1877
Black with #5A1877
Text Example
Text Example
White with #5A1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1877; }
p { color: rgb(90,24,119); }
H1.HeaderClassName
{
color: #5A1877;
}
.AnyTagClassName
{
color: #5A1877;
}
</style>
background-color css
<style>
a { background-color: #5A1877; }
a { background-color: rgb(90,24,119); }
div.DivClassName
{
background-color: #5A1877;
}
.BgClassName
{
background-color: #5A1877;
}
</style>
border-color css
<style>
span { border-color: #5A1877; }
span { border-color: rgb(90,24,119); }
td.TdClassName
{
border-color: #5A1877;
}
.TagClassName
{
border-color: #5A1877;
}
</style>