Shades of Indigo #5B158C
Tints of Indigo #5B158C
RGB
CMYK
RGB Variations
Color information
#5B158C (or 0x5B158C) is known color: Indigo. HEX triplet: 5B, 15 and 8C. RGB value is (91,21,140). Sum of RGB (Red+Green+Blue) = 91+21+140=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B158C is #A4EA73. Grayscale: #373737. Windows color (decimal): -10807924 or 9180507. OLE color: 9180507.
HSL color Cylindrical-coordinate representation of color #5B158C: hue angle of 275.29º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B158C is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 21 | 140 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.45 |
| HSL | 275.29º | 0.74% | 0.32% | - |
| HSV(B) | 275.29º | 0.85% | 0.55% | - |
| XYZ | 9.32 | 4.65 | 25.22 | - |
| YUV | 55.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 140 | 0.35 | 0.85 | 0 | 0.45 | 275.29 | 0.74 | 0.32 |
| Hex | 5B | 15 | 8C | 23 | 55 | 0 | 2D | 113 | 4A | 20 |
| Octal | 133 | 25 | 214 | 43 | 125 | 0 | 55 | 423 | 112 | 40 |
| Binary | 1011011 | 10101 | 10001100 | 100011 | 1010101 | 0 | 101101 | 100010011 | 1001010 | 100000 |
Color Harmonies of #5B158C
Complementary color
Monochromatic Colors of #5B158C
Black with #5B158C
Text Example
Text Example
White with #5B158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B158C; }
p { color: rgb(91,21,140); }
H1.HeaderClassName
{
color: #5B158C;
}
.AnyTagClassName
{
color: #5B158C;
}
</style>
background-color css
<style>
a { background-color: #5B158C; }
a { background-color: rgb(91,21,140); }
div.DivClassName
{
background-color: #5B158C;
}
.BgClassName
{
background-color: #5B158C;
}
</style>
border-color css
<style>
span { border-color: #5B158C; }
span { border-color: rgb(91,21,140); }
td.TdClassName
{
border-color: #5B158C;
}
.TagClassName
{
border-color: #5B158C;
}
</style>