Shades of Indigo #5B0E70
Tints of Indigo #5B0E70
RGB
CMYK
RGB Variations
Color information
#5B0E70 (or 0x5B0E70) is known color: Indigo. HEX triplet: 5B, 0E and 70. RGB value is (91,14,112). Sum of RGB (Red+Green+Blue) = 91+14+112=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B0E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0E70 is #A4F18F. Grayscale: #2F2F2F. Windows color (decimal): -10809744 or 7343707. OLE color: 7343707.
HSL color Cylindrical-coordinate representation of color #5B0E70: hue angle of 287.14º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B0E70 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 14 | 112 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.56 |
| HSL | 287.14º | 0.78% | 0.25% | - |
| HSV(B) | 287.14º | 0.88% | 0.44% | - |
| XYZ | 7.4 | 3.71 | 15.66 | - |
| YUV | 48.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 14 | 112 | 0.19 | 0.88 | 0 | 0.56 | 287.14 | 0.78 | 0.25 |
| Hex | 5B | E | 70 | 13 | 58 | 0 | 38 | 11F | 4E | 19 |
| Octal | 133 | 16 | 160 | 23 | 130 | 0 | 70 | 437 | 116 | 31 |
| Binary | 1011011 | 1110 | 1110000 | 10011 | 1011000 | 0 | 111000 | 100011111 | 1001110 | 11001 |
Color Harmonies of #5B0E70
Complementary color
Monochromatic Colors of #5B0E70
Black with #5B0E70
Text Example
Text Example
White with #5B0E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0E70; }
p { color: rgb(91,14,112); }
H1.HeaderClassName
{
color: #5B0E70;
}
.AnyTagClassName
{
color: #5B0E70;
}
</style>
background-color css
<style>
a { background-color: #5B0E70; }
a { background-color: rgb(91,14,112); }
div.DivClassName
{
background-color: #5B0E70;
}
.BgClassName
{
background-color: #5B0E70;
}
</style>
border-color css
<style>
span { border-color: #5B0E70; }
span { border-color: rgb(91,14,112); }
td.TdClassName
{
border-color: #5B0E70;
}
.TagClassName
{
border-color: #5B0E70;
}
</style>