Shades of Indigo #5B119D
Tints of Indigo #5B119D
RGB
CMYK
RGB Variations
Color information
#5B119D (or 0x5B119D) is known color: Indigo. HEX triplet: 5B, 11 and 9D. RGB value is (91,17,157). Sum of RGB (Red+Green+Blue) = 91+17+157=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B119D is #A4EE62. Grayscale: #363636. Windows color (decimal): -10808931 or 10293595. OLE color: 10293595.
HSL color Cylindrical-coordinate representation of color #5B119D: hue angle of 271.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B119D is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 17 | 157 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.38 |
| HSL | 271.71º | 0.8% | 0.34% | - |
| HSV(B) | 271.71º | 0.89% | 0.62% | - |
| XYZ | 10.6 | 5.06 | 32.32 | - |
| YUV | 55.09 | 185.52 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 157 | 0.42 | 0.89 | 0 | 0.38 | 271.71 | 0.8 | 0.34 |
| Hex | 5B | 11 | 9D | 2A | 59 | 0 | 26 | 110 | 50 | 22 |
| Octal | 133 | 21 | 235 | 52 | 131 | 0 | 46 | 420 | 120 | 42 |
| Binary | 1011011 | 10001 | 10011101 | 101010 | 1011001 | 0 | 100110 | 100010000 | 1010000 | 100010 |
Color Harmonies of #5B119D
Complementary color
Monochromatic Colors of #5B119D
Black with #5B119D
Text Example
Text Example
White with #5B119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B119D; }
p { color: rgb(91,17,157); }
H1.HeaderClassName
{
color: #5B119D;
}
.AnyTagClassName
{
color: #5B119D;
}
</style>
background-color css
<style>
a { background-color: #5B119D; }
a { background-color: rgb(91,17,157); }
div.DivClassName
{
background-color: #5B119D;
}
.BgClassName
{
background-color: #5B119D;
}
</style>
border-color css
<style>
span { border-color: #5B119D; }
span { border-color: rgb(91,17,157); }
td.TdClassName
{
border-color: #5B119D;
}
.TagClassName
{
border-color: #5B119D;
}
</style>