Shades of Indigo #5B0D70
Tints of Indigo #5B0D70
RGB
CMYK
RGB Variations
Color information
#5B0D70 (or 0x5B0D70) is known color: Indigo. HEX triplet: 5B, 0D and 70. RGB value is (91,13,112). Sum of RGB (Red+Green+Blue) = 91+13+112=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B0D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0D70 is #A4F28F. Grayscale: #2F2F2F. Windows color (decimal): -10810000 or 7343451. OLE color: 7343451.
HSL color Cylindrical-coordinate representation of color #5B0D70: hue angle of 287.27º 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 #5B0D70 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 13 | 112 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.56 |
| HSL | 287.27º | 0.79% | 0.25% | - |
| HSV(B) | 287.27º | 0.88% | 0.44% | - |
| XYZ | 7.38 | 3.68 | 15.65 | - |
| YUV | 47.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 112 | 0.19 | 0.88 | 0 | 0.56 | 287.27 | 0.79 | 0.25 |
| Hex | 5B | D | 70 | 13 | 58 | 0 | 38 | 11F | 4F | 19 |
| Octal | 133 | 15 | 160 | 23 | 130 | 0 | 70 | 437 | 117 | 31 |
| Binary | 1011011 | 1101 | 1110000 | 10011 | 1011000 | 0 | 111000 | 100011111 | 1001111 | 11001 |
Color Harmonies of #5B0D70
Complementary color
Monochromatic Colors of #5B0D70
Black with #5B0D70
Text Example
Text Example
White with #5B0D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0D70; }
p { color: rgb(91,13,112); }
H1.HeaderClassName
{
color: #5B0D70;
}
.AnyTagClassName
{
color: #5B0D70;
}
</style>
background-color css
<style>
a { background-color: #5B0D70; }
a { background-color: rgb(91,13,112); }
div.DivClassName
{
background-color: #5B0D70;
}
.BgClassName
{
background-color: #5B0D70;
}
</style>
border-color css
<style>
span { border-color: #5B0D70; }
span { border-color: rgb(91,13,112); }
td.TdClassName
{
border-color: #5B0D70;
}
.TagClassName
{
border-color: #5B0D70;
}
</style>