Shades of Indigo #5B189D
Tints of Indigo #5B189D
RGB
CMYK
RGB Variations
Color information
#5B189D (or 0x5B189D) is known color: Indigo. HEX triplet: 5B, 18 and 9D. RGB value is (91,24,157). Sum of RGB (Red+Green+Blue) = 91+24+157=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B189D is #A4E762. Grayscale: #3A3A3A. Windows color (decimal): -10807139 or 10295387. OLE color: 10295387.
HSL color Cylindrical-coordinate representation of color #5B189D: hue angle of 270.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B189D is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 24 | 157 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.38 |
| HSL | 270.23º | 0.73% | 0.35% | - |
| HSV(B) | 270.23º | 0.85% | 0.62% | - |
| XYZ | 10.73 | 5.31 | 32.36 | - |
| YUV | 59.2 | 183.2 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 157 | 0.42 | 0.85 | 0 | 0.38 | 270.23 | 0.73 | 0.35 |
| Hex | 5B | 18 | 9D | 2A | 55 | 0 | 26 | 10E | 49 | 23 |
| Octal | 133 | 30 | 235 | 52 | 125 | 0 | 46 | 416 | 111 | 43 |
| Binary | 1011011 | 11000 | 10011101 | 101010 | 1010101 | 0 | 100110 | 100001110 | 1001001 | 100011 |
Color Harmonies of #5B189D
Complementary color
Monochromatic Colors of #5B189D
Black with #5B189D
Text Example
Text Example
White with #5B189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B189D; }
p { color: rgb(91,24,157); }
H1.HeaderClassName
{
color: #5B189D;
}
.AnyTagClassName
{
color: #5B189D;
}
</style>
background-color css
<style>
a { background-color: #5B189D; }
a { background-color: rgb(91,24,157); }
div.DivClassName
{
background-color: #5B189D;
}
.BgClassName
{
background-color: #5B189D;
}
</style>
border-color css
<style>
span { border-color: #5B189D; }
span { border-color: rgb(91,24,157); }
td.TdClassName
{
border-color: #5B189D;
}
.TagClassName
{
border-color: #5B189D;
}
</style>