Shades of Indigo #5B189F
Tints of Indigo #5B189F
RGB
CMYK
RGB Variations
Color information
#5B189F (or 0x5B189F) is known color: Indigo. HEX triplet: 5B, 18 and 9F. RGB value is (91,24,159). Sum of RGB (Red+Green+Blue) = 91+24+159=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B189F is #A4E760. Grayscale: #3A3A3A. Windows color (decimal): -10807137 or 10426459. OLE color: 10426459.
HSL color Cylindrical-coordinate representation of color #5B189F: hue angle of 269.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B189F is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 24 | 159 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.38 |
| HSL | 269.78º | 0.74% | 0.36% | - |
| HSV(B) | 269.78º | 0.85% | 0.62% | - |
| XYZ | 10.9 | 5.38 | 33.27 | - |
| YUV | 59.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 159 | 0.43 | 0.85 | 0 | 0.38 | 269.78 | 0.74 | 0.36 |
| Hex | 5B | 18 | 9F | 2B | 55 | 0 | 26 | 10E | 4A | 24 |
| Octal | 133 | 30 | 237 | 53 | 125 | 0 | 46 | 416 | 112 | 44 |
| Binary | 1011011 | 11000 | 10011111 | 101011 | 1010101 | 0 | 100110 | 100001110 | 1001010 | 100100 |
Color Harmonies of #5B189F
Complementary color
Monochromatic Colors of #5B189F
Black with #5B189F
Text Example
Text Example
White with #5B189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B189F; }
p { color: rgb(91,24,159); }
H1.HeaderClassName
{
color: #5B189F;
}
.AnyTagClassName
{
color: #5B189F;
}
</style>
background-color css
<style>
a { background-color: #5B189F; }
a { background-color: rgb(91,24,159); }
div.DivClassName
{
background-color: #5B189F;
}
.BgClassName
{
background-color: #5B189F;
}
</style>
border-color css
<style>
span { border-color: #5B189F; }
span { border-color: rgb(91,24,159); }
td.TdClassName
{
border-color: #5B189F;
}
.TagClassName
{
border-color: #5B189F;
}
</style>