Shades of Indigo #5B189C
Tints of Indigo #5B189C
RGB
CMYK
RGB Variations
Color information
#5B189C (or 0x5B189C) is known color: Indigo. HEX triplet: 5B, 18 and 9C. RGB value is (91,24,156). Sum of RGB (Red+Green+Blue) = 91+24+156=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B189C is #A4E763. Grayscale: #3A3A3A. Windows color (decimal): -10807140 or 10229851. OLE color: 10229851.
HSL color Cylindrical-coordinate representation of color #5B189C: hue angle of 270.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B189C is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 24 | 156 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.39 |
| HSL | 270.45º | 0.73% | 0.35% | - |
| HSV(B) | 270.45º | 0.85% | 0.61% | - |
| XYZ | 10.64 | 5.28 | 31.91 | - |
| YUV | 59.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 156 | 0.42 | 0.85 | 0 | 0.39 | 270.45 | 0.73 | 0.35 |
| Hex | 5B | 18 | 9C | 2A | 55 | 0 | 27 | 10E | 49 | 23 |
| Octal | 133 | 30 | 234 | 52 | 125 | 0 | 47 | 416 | 111 | 43 |
| Binary | 1011011 | 11000 | 10011100 | 101010 | 1010101 | 0 | 100111 | 100001110 | 1001001 | 100011 |
Color Harmonies of #5B189C
Complementary color
Monochromatic Colors of #5B189C
Black with #5B189C
Text Example
Text Example
White with #5B189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B189C; }
p { color: rgb(91,24,156); }
H1.HeaderClassName
{
color: #5B189C;
}
.AnyTagClassName
{
color: #5B189C;
}
</style>
background-color css
<style>
a { background-color: #5B189C; }
a { background-color: rgb(91,24,156); }
div.DivClassName
{
background-color: #5B189C;
}
.BgClassName
{
background-color: #5B189C;
}
</style>
border-color css
<style>
span { border-color: #5B189C; }
span { border-color: rgb(91,24,156); }
td.TdClassName
{
border-color: #5B189C;
}
.TagClassName
{
border-color: #5B189C;
}
</style>