Shades of Indigo #5B117E
Tints of Indigo #5B117E
RGB
CMYK
RGB Variations
Color information
#5B117E (or 0x5B117E) is known color: Indigo. HEX triplet: 5B, 11 and 7E. RGB value is (91,17,126). Sum of RGB (Red+Green+Blue) = 91+17+126=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B117E is #A4EE81. Grayscale: #333333. Windows color (decimal): -10808962 or 8261979. OLE color: 8261979.
HSL color Cylindrical-coordinate representation of color #5B117E: hue angle of 280.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B117E is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 17 | 126 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.51 |
| HSL | 280.73º | 0.76% | 0.28% | - |
| HSV(B) | 280.73º | 0.87% | 0.49% | - |
| XYZ | 8.28 | 4.13 | 20.1 | - |
| YUV | 51.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 126 | 0.28 | 0.87 | 0 | 0.51 | 280.73 | 0.76 | 0.28 |
| Hex | 5B | 11 | 7E | 1C | 57 | 0 | 33 | 119 | 4C | 1C |
| Octal | 133 | 21 | 176 | 34 | 127 | 0 | 63 | 431 | 114 | 34 |
| Binary | 1011011 | 10001 | 1111110 | 11100 | 1010111 | 0 | 110011 | 100011001 | 1001100 | 11100 |
Color Harmonies of #5B117E
Complementary color
Monochromatic Colors of #5B117E
Black with #5B117E
Text Example
Text Example
White with #5B117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B117E; }
p { color: rgb(91,17,126); }
H1.HeaderClassName
{
color: #5B117E;
}
.AnyTagClassName
{
color: #5B117E;
}
</style>
background-color css
<style>
a { background-color: #5B117E; }
a { background-color: rgb(91,17,126); }
div.DivClassName
{
background-color: #5B117E;
}
.BgClassName
{
background-color: #5B117E;
}
</style>
border-color css
<style>
span { border-color: #5B117E; }
span { border-color: rgb(91,17,126); }
td.TdClassName
{
border-color: #5B117E;
}
.TagClassName
{
border-color: #5B117E;
}
</style>