Shades of Indigo #5B0773
Tints of Indigo #5B0773
RGB
CMYK
RGB Variations
Color information
#5B0773 (or 0x5B0773) is known color: Indigo. HEX triplet: 5B, 07 and 73. RGB value is (91,7,115). Sum of RGB (Red+Green+Blue) = 91+7+115=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B0773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0773 is #A4F88C. Grayscale: #2C2C2C. Windows color (decimal): -10811533 or 7538523. OLE color: 7538523.
HSL color Cylindrical-coordinate representation of color #5B0773: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0773 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 7 | 115 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.55 |
| HSL | 286.67º | 0.89% | 0.24% | - |
| HSV(B) | 286.67º | 0.94% | 0.45% | - |
| XYZ | 7.48 | 3.61 | 16.52 | - |
| YUV | 44.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 115 | 0.21 | 0.94 | 0 | 0.55 | 286.67 | 0.89 | 0.24 |
| Hex | 5B | 7 | 73 | 15 | 5E | 0 | 37 | 11F | 59 | 18 |
| Octal | 133 | 7 | 163 | 25 | 136 | 0 | 67 | 437 | 131 | 30 |
| Binary | 1011011 | 111 | 1110011 | 10101 | 1011110 | 0 | 110111 | 100011111 | 1011001 | 11000 |
Color Harmonies of #5B0773
Complementary color
Monochromatic Colors of #5B0773
Black with #5B0773
Text Example
Text Example
White with #5B0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0773; }
p { color: rgb(91,7,115); }
H1.HeaderClassName
{
color: #5B0773;
}
.AnyTagClassName
{
color: #5B0773;
}
</style>
background-color css
<style>
a { background-color: #5B0773; }
a { background-color: rgb(91,7,115); }
div.DivClassName
{
background-color: #5B0773;
}
.BgClassName
{
background-color: #5B0773;
}
</style>
border-color css
<style>
span { border-color: #5B0773; }
span { border-color: rgb(91,7,115); }
td.TdClassName
{
border-color: #5B0773;
}
.TagClassName
{
border-color: #5B0773;
}
</style>