Shades of Indigo #5D0773
Tints of Indigo #5D0773
RGB
CMYK
RGB Variations
Color information
#5D0773 (or 0x5D0773) is known color: Indigo. HEX triplet: 5D, 07 and 73. RGB value is (93,7,115). Sum of RGB (Red+Green+Blue) = 93+7+115=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D0773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0773 is #A2F88C. Grayscale: #2C2C2C. Windows color (decimal): -10680461 or 7538525. OLE color: 7538525.
HSL color Cylindrical-coordinate representation of color #5D0773: hue angle of 287.78º 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 #5D0773 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 7 | 115 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.55 |
| HSL | 287.78º | 0.89% | 0.24% | - |
| HSV(B) | 287.78º | 0.94% | 0.45% | - |
| XYZ | 7.68 | 3.72 | 16.53 | - |
| YUV | 45.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 115 | 0.19 | 0.94 | 0 | 0.55 | 287.78 | 0.89 | 0.24 |
| Hex | 5D | 7 | 73 | 13 | 5E | 0 | 37 | 120 | 59 | 18 |
| Octal | 135 | 7 | 163 | 23 | 136 | 0 | 67 | 440 | 131 | 30 |
| Binary | 1011101 | 111 | 1110011 | 10011 | 1011110 | 0 | 110111 | 100100000 | 1011001 | 11000 |
Color Harmonies of #5D0773
Complementary color
Monochromatic Colors of #5D0773
Black with #5D0773
Text Example
Text Example
White with #5D0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0773; }
p { color: rgb(93,7,115); }
H1.HeaderClassName
{
color: #5D0773;
}
.AnyTagClassName
{
color: #5D0773;
}
</style>
background-color css
<style>
a { background-color: #5D0773; }
a { background-color: rgb(93,7,115); }
div.DivClassName
{
background-color: #5D0773;
}
.BgClassName
{
background-color: #5D0773;
}
</style>
border-color css
<style>
span { border-color: #5D0773; }
span { border-color: rgb(93,7,115); }
td.TdClassName
{
border-color: #5D0773;
}
.TagClassName
{
border-color: #5D0773;
}
</style>