Shades of Indigo #5B0D71
Tints of Indigo #5B0D71
RGB
CMYK
RGB Variations
Color information
#5B0D71 (or 0x5B0D71) is known color: Indigo. HEX triplet: 5B, 0D and 71. RGB value is (91,13,113). Sum of RGB (Red+Green+Blue) = 91+13+113=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B0D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0D71 is #A4F28E. Grayscale: #2F2F2F. Windows color (decimal): -10809999 or 7408987. OLE color: 7408987.
HSL color Cylindrical-coordinate representation of color #5B0D71: hue angle of 286.8º degrees, saturation: 0.79, 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 #5B0D71 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 13 | 113 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.56 |
| HSL | 286.8º | 0.79% | 0.25% | - |
| HSV(B) | 286.8º | 0.88% | 0.44% | - |
| XYZ | 7.44 | 3.7 | 15.95 | - |
| YUV | 47.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 113 | 0.19 | 0.88 | 0 | 0.56 | 286.8 | 0.79 | 0.25 |
| Hex | 5B | D | 71 | 13 | 58 | 0 | 38 | 11F | 4F | 19 |
| Octal | 133 | 15 | 161 | 23 | 130 | 0 | 70 | 437 | 117 | 31 |
| Binary | 1011011 | 1101 | 1110001 | 10011 | 1011000 | 0 | 111000 | 100011111 | 1001111 | 11001 |
Color Harmonies of #5B0D71
Complementary color
Monochromatic Colors of #5B0D71
Black with #5B0D71
Text Example
Text Example
White with #5B0D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0D71; }
p { color: rgb(91,13,113); }
H1.HeaderClassName
{
color: #5B0D71;
}
.AnyTagClassName
{
color: #5B0D71;
}
</style>
background-color css
<style>
a { background-color: #5B0D71; }
a { background-color: rgb(91,13,113); }
div.DivClassName
{
background-color: #5B0D71;
}
.BgClassName
{
background-color: #5B0D71;
}
</style>
border-color css
<style>
span { border-color: #5B0D71; }
span { border-color: rgb(91,13,113); }
td.TdClassName
{
border-color: #5B0D71;
}
.TagClassName
{
border-color: #5B0D71;
}
</style>