Shades of Indigo #5B1087
Tints of Indigo #5B1087
RGB
CMYK
RGB Variations
Color information
#5B1087 (or 0x5B1087) is known color: Indigo. HEX triplet: 5B, 10 and 87. RGB value is (91,16,135). Sum of RGB (Red+Green+Blue) = 91+16+135=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B1087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1087 is #A4EF78. Grayscale: #333333. Windows color (decimal): -10809209 or 8851547. OLE color: 8851547.
HSL color Cylindrical-coordinate representation of color #5B1087: hue angle of 277.82º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1087 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 16 | 135 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.47 |
| HSL | 277.82º | 0.79% | 0.3% | - |
| HSV(B) | 277.82º | 0.88% | 0.53% | - |
| XYZ | 8.87 | 4.34 | 23.29 | - |
| YUV | 51.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 135 | 0.33 | 0.88 | 0 | 0.47 | 277.82 | 0.79 | 0.3 |
| Hex | 5B | 10 | 87 | 21 | 58 | 0 | 2F | 116 | 4F | 1E |
| Octal | 133 | 20 | 207 | 41 | 130 | 0 | 57 | 426 | 117 | 36 |
| Binary | 1011011 | 10000 | 10000111 | 100001 | 1011000 | 0 | 101111 | 100010110 | 1001111 | 11110 |
Color Harmonies of #5B1087
Complementary color
Monochromatic Colors of #5B1087
Black with #5B1087
Text Example
Text Example
White with #5B1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1087; }
p { color: rgb(91,16,135); }
H1.HeaderClassName
{
color: #5B1087;
}
.AnyTagClassName
{
color: #5B1087;
}
</style>
background-color css
<style>
a { background-color: #5B1087; }
a { background-color: rgb(91,16,135); }
div.DivClassName
{
background-color: #5B1087;
}
.BgClassName
{
background-color: #5B1087;
}
</style>
border-color css
<style>
span { border-color: #5B1087; }
span { border-color: rgb(91,16,135); }
td.TdClassName
{
border-color: #5B1087;
}
.TagClassName
{
border-color: #5B1087;
}
</style>