Shades of Indigo #5B1477
Tints of Indigo #5B1477
RGB
CMYK
RGB Variations
Color information
#5B1477 (or 0x5B1477) is known color: Indigo. HEX triplet: 5B, 14 and 77. RGB value is (91,20,119). Sum of RGB (Red+Green+Blue) = 91+20+119=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B1477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1477 is #A4EB88. Grayscale: #343434. Windows color (decimal): -10808201 or 7803995. OLE color: 7803995.
HSL color Cylindrical-coordinate representation of color #5B1477: hue angle of 283.03º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B1477 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 20 | 119 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.53 |
| HSL | 283.03º | 0.71% | 0.27% | - |
| HSV(B) | 283.03º | 0.83% | 0.47% | - |
| XYZ | 7.89 | 4.06 | 17.82 | - |
| YUV | 52.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 119 | 0.24 | 0.83 | 0 | 0.53 | 283.03 | 0.71 | 0.27 |
| Hex | 5B | 14 | 77 | 18 | 53 | 0 | 35 | 11B | 47 | 1B |
| Octal | 133 | 24 | 167 | 30 | 123 | 0 | 65 | 433 | 107 | 33 |
| Binary | 1011011 | 10100 | 1110111 | 11000 | 1010011 | 0 | 110101 | 100011011 | 1000111 | 11011 |
Color Harmonies of #5B1477
Complementary color
Monochromatic Colors of #5B1477
Black with #5B1477
Text Example
Text Example
White with #5B1477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1477; }
p { color: rgb(91,20,119); }
H1.HeaderClassName
{
color: #5B1477;
}
.AnyTagClassName
{
color: #5B1477;
}
</style>
background-color css
<style>
a { background-color: #5B1477; }
a { background-color: rgb(91,20,119); }
div.DivClassName
{
background-color: #5B1477;
}
.BgClassName
{
background-color: #5B1477;
}
</style>
border-color css
<style>
span { border-color: #5B1477; }
span { border-color: rgb(91,20,119); }
td.TdClassName
{
border-color: #5B1477;
}
.TagClassName
{
border-color: #5B1477;
}
</style>