Shades of Indigo #5B1288
Tints of Indigo #5B1288
RGB
CMYK
RGB Variations
Color information
#5B1288 (or 0x5B1288) is known color: Indigo. HEX triplet: 5B, 12 and 88. RGB value is (91,18,136). Sum of RGB (Red+Green+Blue) = 91+18+136=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B1288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1288 is #A4ED77. Grayscale: #343434. Windows color (decimal): -10808696 or 8917595. OLE color: 8917595.
HSL color Cylindrical-coordinate representation of color #5B1288: hue angle of 277.12º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B1288 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 18 | 136 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.47 |
| HSL | 277.12º | 0.77% | 0.3% | - |
| HSV(B) | 277.12º | 0.87% | 0.53% | - |
| XYZ | 8.97 | 4.43 | 23.68 | - |
| YUV | 53.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 136 | 0.33 | 0.87 | 0 | 0.47 | 277.12 | 0.77 | 0.3 |
| Hex | 5B | 12 | 88 | 21 | 57 | 0 | 2F | 115 | 4D | 1E |
| Octal | 133 | 22 | 210 | 41 | 127 | 0 | 57 | 425 | 115 | 36 |
| Binary | 1011011 | 10010 | 10001000 | 100001 | 1010111 | 0 | 101111 | 100010101 | 1001101 | 11110 |
Color Harmonies of #5B1288
Complementary color
Monochromatic Colors of #5B1288
Black with #5B1288
Text Example
Text Example
White with #5B1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1288; }
p { color: rgb(91,18,136); }
H1.HeaderClassName
{
color: #5B1288;
}
.AnyTagClassName
{
color: #5B1288;
}
</style>
background-color css
<style>
a { background-color: #5B1288; }
a { background-color: rgb(91,18,136); }
div.DivClassName
{
background-color: #5B1288;
}
.BgClassName
{
background-color: #5B1288;
}
</style>
border-color css
<style>
span { border-color: #5B1288; }
span { border-color: rgb(91,18,136); }
td.TdClassName
{
border-color: #5B1288;
}
.TagClassName
{
border-color: #5B1288;
}
</style>