Shades of Indigo #5B1389
Tints of Indigo #5B1389
RGB
CMYK
RGB Variations
Color information
#5B1389 (or 0x5B1389) is known color: Indigo. HEX triplet: 5B, 13 and 89. RGB value is (91,19,137). Sum of RGB (Red+Green+Blue) = 91+19+137=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B1389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1389 is #A4EC76. Grayscale: #353535. Windows color (decimal): -10808439 or 8983387. OLE color: 8983387.
HSL color Cylindrical-coordinate representation of color #5B1389: hue angle of 276.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1389 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 19 | 137 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.46 |
| HSL | 276.61º | 0.76% | 0.31% | - |
| HSV(B) | 276.61º | 0.86% | 0.54% | - |
| XYZ | 9.06 | 4.5 | 24.06 | - |
| YUV | 53.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 137 | 0.34 | 0.86 | 0 | 0.46 | 276.61 | 0.76 | 0.31 |
| Hex | 5B | 13 | 89 | 22 | 56 | 0 | 2E | 115 | 4C | 1F |
| Octal | 133 | 23 | 211 | 42 | 126 | 0 | 56 | 425 | 114 | 37 |
| Binary | 1011011 | 10011 | 10001001 | 100010 | 1010110 | 0 | 101110 | 100010101 | 1001100 | 11111 |
Color Harmonies of #5B1389
Complementary color
Monochromatic Colors of #5B1389
Black with #5B1389
Text Example
Text Example
White with #5B1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1389; }
p { color: rgb(91,19,137); }
H1.HeaderClassName
{
color: #5B1389;
}
.AnyTagClassName
{
color: #5B1389;
}
</style>
background-color css
<style>
a { background-color: #5B1389; }
a { background-color: rgb(91,19,137); }
div.DivClassName
{
background-color: #5B1389;
}
.BgClassName
{
background-color: #5B1389;
}
</style>
border-color css
<style>
span { border-color: #5B1389; }
span { border-color: rgb(91,19,137); }
td.TdClassName
{
border-color: #5B1389;
}
.TagClassName
{
border-color: #5B1389;
}
</style>