Shades of Indigo #5B1687
Tints of Indigo #5B1687
RGB
CMYK
RGB Variations
Color information
#5B1687 (or 0x5B1687) is known color: Indigo. HEX triplet: 5B, 16 and 87. RGB value is (91,22,135). Sum of RGB (Red+Green+Blue) = 91+22+135=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B1687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1687 is #A4E978. Grayscale: #373737. Windows color (decimal): -10807673 or 8853083. OLE color: 8853083.
HSL color Cylindrical-coordinate representation of color #5B1687: hue angle of 276.64º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1687 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 22 | 135 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.47 |
| HSL | 276.64º | 0.72% | 0.31% | - |
| HSV(B) | 276.64º | 0.84% | 0.53% | - |
| XYZ | 8.97 | 4.55 | 23.33 | - |
| YUV | 55.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 135 | 0.33 | 0.84 | 0 | 0.47 | 276.64 | 0.72 | 0.31 |
| Hex | 5B | 16 | 87 | 21 | 54 | 0 | 2F | 115 | 48 | 1F |
| Octal | 133 | 26 | 207 | 41 | 124 | 0 | 57 | 425 | 110 | 37 |
| Binary | 1011011 | 10110 | 10000111 | 100001 | 1010100 | 0 | 101111 | 100010101 | 1001000 | 11111 |
Color Harmonies of #5B1687
Complementary color
Monochromatic Colors of #5B1687
Black with #5B1687
Text Example
Text Example
White with #5B1687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1687; }
p { color: rgb(91,22,135); }
H1.HeaderClassName
{
color: #5B1687;
}
.AnyTagClassName
{
color: #5B1687;
}
</style>
background-color css
<style>
a { background-color: #5B1687; }
a { background-color: rgb(91,22,135); }
div.DivClassName
{
background-color: #5B1687;
}
.BgClassName
{
background-color: #5B1687;
}
</style>
border-color css
<style>
span { border-color: #5B1687; }
span { border-color: rgb(91,22,135); }
td.TdClassName
{
border-color: #5B1687;
}
.TagClassName
{
border-color: #5B1687;
}
</style>