Shades of Indigo #5B109C
Tints of Indigo #5B109C
RGB
CMYK
RGB Variations
Color information
#5B109C (or 0x5B109C) is known color: Indigo. HEX triplet: 5B, 10 and 9C. RGB value is (91,16,156). Sum of RGB (Red+Green+Blue) = 91+16+156=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B109C is #A4EF63. Grayscale: #353535. Windows color (decimal): -10809188 or 10227803. OLE color: 10227803.
HSL color Cylindrical-coordinate representation of color #5B109C: hue angle of 272.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B109C is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 16 | 156 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.39 |
| HSL | 272.14º | 0.81% | 0.34% | - |
| HSV(B) | 272.14º | 0.9% | 0.61% | - |
| XYZ | 10.5 | 5 | 31.86 | - |
| YUV | 54.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 156 | 0.42 | 0.90 | 0 | 0.39 | 272.14 | 0.81 | 0.34 |
| Hex | 5B | 10 | 9C | 2A | 5A | 0 | 27 | 110 | 51 | 22 |
| Octal | 133 | 20 | 234 | 52 | 132 | 0 | 47 | 420 | 121 | 42 |
| Binary | 1011011 | 10000 | 10011100 | 101010 | 1011010 | 0 | 100111 | 100010000 | 1010001 | 100010 |
Color Harmonies of #5B109C
Complementary color
Monochromatic Colors of #5B109C
Black with #5B109C
Text Example
Text Example
White with #5B109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B109C; }
p { color: rgb(91,16,156); }
H1.HeaderClassName
{
color: #5B109C;
}
.AnyTagClassName
{
color: #5B109C;
}
</style>
background-color css
<style>
a { background-color: #5B109C; }
a { background-color: rgb(91,16,156); }
div.DivClassName
{
background-color: #5B109C;
}
.BgClassName
{
background-color: #5B109C;
}
</style>
border-color css
<style>
span { border-color: #5B109C; }
span { border-color: rgb(91,16,156); }
td.TdClassName
{
border-color: #5B109C;
}
.TagClassName
{
border-color: #5B109C;
}
</style>