Shades of Indigo #5B197E
Tints of Indigo #5B197E
RGB
CMYK
RGB Variations
Color information
#5B197E (or 0x5B197E) is known color: Indigo. HEX triplet: 5B, 19 and 7E. RGB value is (91,25,126). Sum of RGB (Red+Green+Blue) = 91+25+126=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B197E is #A4E681. Grayscale: #373737. Windows color (decimal): -10806914 or 8264027. OLE color: 8264027.
HSL color Cylindrical-coordinate representation of color #5B197E: hue angle of 279.21º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B197E is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 25 | 126 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.51 |
| HSL | 279.21º | 0.67% | 0.3% | - |
| HSV(B) | 279.21º | 0.8% | 0.49% | - |
| XYZ | 8.43 | 4.43 | 20.15 | - |
| YUV | 56.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 126 | 0.28 | 0.80 | 0 | 0.51 | 279.21 | 0.67 | 0.3 |
| Hex | 5B | 19 | 7E | 1C | 50 | 0 | 33 | 117 | 43 | 1E |
| Octal | 133 | 31 | 176 | 34 | 120 | 0 | 63 | 427 | 103 | 36 |
| Binary | 1011011 | 11001 | 1111110 | 11100 | 1010000 | 0 | 110011 | 100010111 | 1000011 | 11110 |
Color Harmonies of #5B197E
Complementary color
Monochromatic Colors of #5B197E
Black with #5B197E
Text Example
Text Example
White with #5B197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B197E; }
p { color: rgb(91,25,126); }
H1.HeaderClassName
{
color: #5B197E;
}
.AnyTagClassName
{
color: #5B197E;
}
</style>
background-color css
<style>
a { background-color: #5B197E; }
a { background-color: rgb(91,25,126); }
div.DivClassName
{
background-color: #5B197E;
}
.BgClassName
{
background-color: #5B197E;
}
</style>
border-color css
<style>
span { border-color: #5B197E; }
span { border-color: rgb(91,25,126); }
td.TdClassName
{
border-color: #5B197E;
}
.TagClassName
{
border-color: #5B197E;
}
</style>