Shades of Indigo #5B159D
Tints of Indigo #5B159D
RGB
CMYK
RGB Variations
Color information
#5B159D (or 0x5B159D) is known color: Indigo. HEX triplet: 5B, 15 and 9D. RGB value is (91,21,157). Sum of RGB (Red+Green+Blue) = 91+21+157=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B159D is #A4EA62. Grayscale: #383838. Windows color (decimal): -10807907 or 10294619. OLE color: 10294619.
HSL color Cylindrical-coordinate representation of color #5B159D: hue angle of 270.88º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B159D is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 21 | 157 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.38 |
| HSL | 270.88º | 0.76% | 0.35% | - |
| HSV(B) | 270.88º | 0.87% | 0.62% | - |
| XYZ | 10.67 | 5.19 | 32.34 | - |
| YUV | 57.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 157 | 0.42 | 0.87 | 0 | 0.38 | 270.88 | 0.76 | 0.35 |
| Hex | 5B | 15 | 9D | 2A | 57 | 0 | 26 | 10F | 4C | 23 |
| Octal | 133 | 25 | 235 | 52 | 127 | 0 | 46 | 417 | 114 | 43 |
| Binary | 1011011 | 10101 | 10011101 | 101010 | 1010111 | 0 | 100110 | 100001111 | 1001100 | 100011 |
Color Harmonies of #5B159D
Complementary color
Monochromatic Colors of #5B159D
Black with #5B159D
Text Example
Text Example
White with #5B159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B159D; }
p { color: rgb(91,21,157); }
H1.HeaderClassName
{
color: #5B159D;
}
.AnyTagClassName
{
color: #5B159D;
}
</style>
background-color css
<style>
a { background-color: #5B159D; }
a { background-color: rgb(91,21,157); }
div.DivClassName
{
background-color: #5B159D;
}
.BgClassName
{
background-color: #5B159D;
}
</style>
border-color css
<style>
span { border-color: #5B159D; }
span { border-color: rgb(91,21,157); }
td.TdClassName
{
border-color: #5B159D;
}
.TagClassName
{
border-color: #5B159D;
}
</style>