Shades of Indigo #5B1785
Tints of Indigo #5B1785
RGB
CMYK
RGB Variations
Color information
#5B1785 (or 0x5B1785) is known color: Indigo. HEX triplet: 5B, 17 and 85. RGB value is (91,23,133). Sum of RGB (Red+Green+Blue) = 91+23+133=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B1785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1785 is #A4E87A. Grayscale: #373737. Windows color (decimal): -10807419 or 8722267. OLE color: 8722267.
HSL color Cylindrical-coordinate representation of color #5B1785: hue angle of 277.09º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B1785 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 23 | 133 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.48 |
| HSL | 277.09º | 0.71% | 0.31% | - |
| HSV(B) | 277.09º | 0.83% | 0.52% | - |
| XYZ | 8.85 | 4.53 | 22.6 | - |
| YUV | 55.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 133 | 0.32 | 0.83 | 0 | 0.48 | 277.09 | 0.71 | 0.31 |
| Hex | 5B | 17 | 85 | 20 | 53 | 0 | 30 | 115 | 47 | 1F |
| Octal | 133 | 27 | 205 | 40 | 123 | 0 | 60 | 425 | 107 | 37 |
| Binary | 1011011 | 10111 | 10000101 | 100000 | 1010011 | 0 | 110000 | 100010101 | 1000111 | 11111 |
Color Harmonies of #5B1785
Complementary color
Monochromatic Colors of #5B1785
Black with #5B1785
Text Example
Text Example
White with #5B1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1785; }
p { color: rgb(91,23,133); }
H1.HeaderClassName
{
color: #5B1785;
}
.AnyTagClassName
{
color: #5B1785;
}
</style>
background-color css
<style>
a { background-color: #5B1785; }
a { background-color: rgb(91,23,133); }
div.DivClassName
{
background-color: #5B1785;
}
.BgClassName
{
background-color: #5B1785;
}
</style>
border-color css
<style>
span { border-color: #5B1785; }
span { border-color: rgb(91,23,133); }
td.TdClassName
{
border-color: #5B1785;
}
.TagClassName
{
border-color: #5B1785;
}
</style>