Shades of Indigo #5B0091
Tints of Indigo #5B0091
RGB
CMYK
RGB Variations
Color information
#5B0091 (or 0x5B0091) is known color: Indigo. HEX triplet: 5B, 00 and 91. RGB value is (91,0,145). Sum of RGB (Red+Green+Blue) = 91+0+145=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B0091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0091 is #A4FF6E. Grayscale: #2B2B2B. Windows color (decimal): -10813295 or 9502811. OLE color: 9502811.
HSL color Cylindrical-coordinate representation of color #5B0091: hue angle of 277.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0091 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 0 | 145 | - |
| CMYK | 0.37 | 1 | 0 | 0.43 |
| HSL | 277.66º | 1% | 0.28% | - |
| HSV(B) | 277.66º | 1% | 0.57% | - |
| XYZ | 9.43 | 4.27 | 27.12 | - |
| YUV | 43.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 145 | 0.37 | 1 | 0 | 0.43 | 277.66 | 1 | 0.28 |
| Hex | 5B | 0 | 91 | 25 | 64 | 0 | 2B | 116 | 64 | 1C |
| Octal | 133 | 0 | 221 | 45 | 144 | 0 | 53 | 426 | 144 | 34 |
| Binary | 1011011 | 0 | 10010001 | 100101 | 1100100 | 0 | 101011 | 100010110 | 1100100 | 11100 |
Color Harmonies of #5B0091
Complementary color
Monochromatic Colors of #5B0091
Black with #5B0091
Text Example
Text Example
White with #5B0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0091; }
p { color: rgb(91,0,145); }
H1.HeaderClassName
{
color: #5B0091;
}
.AnyTagClassName
{
color: #5B0091;
}
</style>
background-color css
<style>
a { background-color: #5B0091; }
a { background-color: rgb(91,0,145); }
div.DivClassName
{
background-color: #5B0091;
}
.BgClassName
{
background-color: #5B0091;
}
</style>
border-color css
<style>
span { border-color: #5B0091; }
span { border-color: rgb(91,0,145); }
td.TdClassName
{
border-color: #5B0091;
}
.TagClassName
{
border-color: #5B0091;
}
</style>