Shades of Indigo #5B129C
Tints of Indigo #5B129C
RGB
CMYK
RGB Variations
Color information
#5B129C (or 0x5B129C) is known color: Indigo. HEX triplet: 5B, 12 and 9C. RGB value is (91,18,156). Sum of RGB (Red+Green+Blue) = 91+18+156=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B129C is #A4ED63. Grayscale: #373737. Windows color (decimal): -10808676 or 10228315. OLE color: 10228315.
HSL color Cylindrical-coordinate representation of color #5B129C: hue angle of 271.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B129C is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 18 | 156 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.39 |
| HSL | 271.74º | 0.79% | 0.34% | - |
| HSV(B) | 271.74º | 0.88% | 0.61% | - |
| XYZ | 10.53 | 5.06 | 31.87 | - |
| YUV | 55.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 156 | 0.42 | 0.88 | 0 | 0.39 | 271.74 | 0.79 | 0.34 |
| Hex | 5B | 12 | 9C | 2A | 58 | 0 | 27 | 110 | 4F | 22 |
| Octal | 133 | 22 | 234 | 52 | 130 | 0 | 47 | 420 | 117 | 42 |
| Binary | 1011011 | 10010 | 10011100 | 101010 | 1011000 | 0 | 100111 | 100010000 | 1001111 | 100010 |
Color Harmonies of #5B129C
Complementary color
Monochromatic Colors of #5B129C
Black with #5B129C
Text Example
Text Example
White with #5B129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B129C; }
p { color: rgb(91,18,156); }
H1.HeaderClassName
{
color: #5B129C;
}
.AnyTagClassName
{
color: #5B129C;
}
</style>
background-color css
<style>
a { background-color: #5B129C; }
a { background-color: rgb(91,18,156); }
div.DivClassName
{
background-color: #5B129C;
}
.BgClassName
{
background-color: #5B129C;
}
</style>
border-color css
<style>
span { border-color: #5B129C; }
span { border-color: rgb(91,18,156); }
td.TdClassName
{
border-color: #5B129C;
}
.TagClassName
{
border-color: #5B129C;
}
</style>