Shades of Indigo #5B1194
Tints of Indigo #5B1194
RGB
CMYK
RGB Variations
Color information
#5B1194 (or 0x5B1194) is known color: Indigo. HEX triplet: 5B, 11 and 94. RGB value is (91,17,148). Sum of RGB (Red+Green+Blue) = 91+17+148=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B1194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1194 is #A4EE6B. Grayscale: #353535. Windows color (decimal): -10808940 or 9703771. OLE color: 9703771.
HSL color Cylindrical-coordinate representation of color #5B1194: hue angle of 273.89º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B1194 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 17 | 148 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.42 |
| HSL | 273.89º | 0.79% | 0.32% | - |
| HSV(B) | 273.89º | 0.89% | 0.58% | - |
| XYZ | 9.86 | 4.76 | 28.42 | - |
| YUV | 54.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 148 | 0.39 | 0.89 | 0 | 0.42 | 273.89 | 0.79 | 0.32 |
| Hex | 5B | 11 | 94 | 27 | 59 | 0 | 2A | 112 | 4F | 20 |
| Octal | 133 | 21 | 224 | 47 | 131 | 0 | 52 | 422 | 117 | 40 |
| Binary | 1011011 | 10001 | 10010100 | 100111 | 1011001 | 0 | 101010 | 100010010 | 1001111 | 100000 |
Color Harmonies of #5B1194
Complementary color
Monochromatic Colors of #5B1194
Black with #5B1194
Text Example
Text Example
White with #5B1194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1194; }
p { color: rgb(91,17,148); }
H1.HeaderClassName
{
color: #5B1194;
}
.AnyTagClassName
{
color: #5B1194;
}
</style>
background-color css
<style>
a { background-color: #5B1194; }
a { background-color: rgb(91,17,148); }
div.DivClassName
{
background-color: #5B1194;
}
.BgClassName
{
background-color: #5B1194;
}
</style>
border-color css
<style>
span { border-color: #5B1194; }
span { border-color: rgb(91,17,148); }
td.TdClassName
{
border-color: #5B1194;
}
.TagClassName
{
border-color: #5B1194;
}
</style>