Shades of Indigo #5B088E
Tints of Indigo #5B088E
RGB
CMYK
RGB Variations
Color information
#5B088E (or 0x5B088E) is known color: Indigo. HEX triplet: 5B, 08 and 8E. RGB value is (91,8,142). Sum of RGB (Red+Green+Blue) = 91+8+142=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B088E is #A4F771. Grayscale: #2F2F2F. Windows color (decimal): -10811250 or 9308251. OLE color: 9308251.
HSL color Cylindrical-coordinate representation of color #5B088E: hue angle of 277.16º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B088E is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 8 | 142 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.44 |
| HSL | 277.16º | 0.89% | 0.29% | - |
| HSV(B) | 277.16º | 0.94% | 0.56% | - |
| XYZ | 9.28 | 4.35 | 25.94 | - |
| YUV | 48.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 142 | 0.36 | 0.94 | 0 | 0.44 | 277.16 | 0.89 | 0.29 |
| Hex | 5B | 8 | 8E | 24 | 5E | 0 | 2C | 115 | 59 | 1D |
| Octal | 133 | 10 | 216 | 44 | 136 | 0 | 54 | 425 | 131 | 35 |
| Binary | 1011011 | 1000 | 10001110 | 100100 | 1011110 | 0 | 101100 | 100010101 | 1011001 | 11101 |
Color Harmonies of #5B088E
Complementary color
Monochromatic Colors of #5B088E
Black with #5B088E
Text Example
Text Example
White with #5B088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B088E; }
p { color: rgb(91,8,142); }
H1.HeaderClassName
{
color: #5B088E;
}
.AnyTagClassName
{
color: #5B088E;
}
</style>
background-color css
<style>
a { background-color: #5B088E; }
a { background-color: rgb(91,8,142); }
div.DivClassName
{
background-color: #5B088E;
}
.BgClassName
{
background-color: #5B088E;
}
</style>
border-color css
<style>
span { border-color: #5B088E; }
span { border-color: rgb(91,8,142); }
td.TdClassName
{
border-color: #5B088E;
}
.TagClassName
{
border-color: #5B088E;
}
</style>