Shades of Indigo #5B129D
Tints of Indigo #5B129D
RGB
CMYK
RGB Variations
Color information
#5B129D (or 0x5B129D) is known color: Indigo. HEX triplet: 5B, 12 and 9D. RGB value is (91,18,157). Sum of RGB (Red+Green+Blue) = 91+18+157=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B129D is #A4ED62. Grayscale: #373737. Windows color (decimal): -10808675 or 10293851. OLE color: 10293851.
HSL color Cylindrical-coordinate representation of color #5B129D: hue angle of 271.51º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B129D is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 18 | 157 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.38 |
| HSL | 271.51º | 0.79% | 0.34% | - |
| HSV(B) | 271.51º | 0.89% | 0.62% | - |
| XYZ | 10.62 | 5.09 | 32.32 | - |
| YUV | 55.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 157 | 0.42 | 0.89 | 0 | 0.38 | 271.51 | 0.79 | 0.34 |
| Hex | 5B | 12 | 9D | 2A | 59 | 0 | 26 | 110 | 4F | 22 |
| Octal | 133 | 22 | 235 | 52 | 131 | 0 | 46 | 420 | 117 | 42 |
| Binary | 1011011 | 10010 | 10011101 | 101010 | 1011001 | 0 | 100110 | 100010000 | 1001111 | 100010 |
Color Harmonies of #5B129D
Complementary color
Monochromatic Colors of #5B129D
Black with #5B129D
Text Example
Text Example
White with #5B129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B129D; }
p { color: rgb(91,18,157); }
H1.HeaderClassName
{
color: #5B129D;
}
.AnyTagClassName
{
color: #5B129D;
}
</style>
background-color css
<style>
a { background-color: #5B129D; }
a { background-color: rgb(91,18,157); }
div.DivClassName
{
background-color: #5B129D;
}
.BgClassName
{
background-color: #5B129D;
}
</style>
border-color css
<style>
span { border-color: #5B129D; }
span { border-color: rgb(91,18,157); }
td.TdClassName
{
border-color: #5B129D;
}
.TagClassName
{
border-color: #5B129D;
}
</style>