Shades of Indigo #5B0786
Tints of Indigo #5B0786
RGB
CMYK
RGB Variations
Color information
#5B0786 (or 0x5B0786) is known color: Indigo. HEX triplet: 5B, 07 and 86. RGB value is (91,7,134). Sum of RGB (Red+Green+Blue) = 91+7+134=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B0786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0786 is #A4F879. Grayscale: #2E2E2E. Windows color (decimal): -10811514 or 8783707. OLE color: 8783707.
HSL color Cylindrical-coordinate representation of color #5B0786: hue angle of 279.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0786 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 7 | 134 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.47 |
| HSL | 279.69º | 0.9% | 0.28% | - |
| HSV(B) | 279.69º | 0.95% | 0.53% | - |
| XYZ | 8.69 | 4.1 | 22.89 | - |
| YUV | 46.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 134 | 0.32 | 0.95 | 0 | 0.47 | 279.69 | 0.9 | 0.28 |
| Hex | 5B | 7 | 86 | 20 | 5F | 0 | 2F | 118 | 5A | 1C |
| Octal | 133 | 7 | 206 | 40 | 137 | 0 | 57 | 430 | 132 | 34 |
| Binary | 1011011 | 111 | 10000110 | 100000 | 1011111 | 0 | 101111 | 100011000 | 1011010 | 11100 |
Color Harmonies of #5B0786
Complementary color
Monochromatic Colors of #5B0786
Black with #5B0786
Text Example
Text Example
White with #5B0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0786; }
p { color: rgb(91,7,134); }
H1.HeaderClassName
{
color: #5B0786;
}
.AnyTagClassName
{
color: #5B0786;
}
</style>
background-color css
<style>
a { background-color: #5B0786; }
a { background-color: rgb(91,7,134); }
div.DivClassName
{
background-color: #5B0786;
}
.BgClassName
{
background-color: #5B0786;
}
</style>
border-color css
<style>
span { border-color: #5B0786; }
span { border-color: rgb(91,7,134); }
td.TdClassName
{
border-color: #5B0786;
}
.TagClassName
{
border-color: #5B0786;
}
</style>