Shades of Indigo #5D0770
Tints of Indigo #5D0770
RGB
CMYK
RGB Variations
Color information
#5D0770 (or 0x5D0770) is known color: Indigo. HEX triplet: 5D, 07 and 70. RGB value is (93,7,112). Sum of RGB (Red+Green+Blue) = 93+7+112=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D0770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0770 is #A2F88F. Grayscale: #2C2C2C. Windows color (decimal): -10680464 or 7341917. OLE color: 7341917.
HSL color Cylindrical-coordinate representation of color #5D0770: hue angle of 289.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0770 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 7 | 112 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.56 |
| HSL | 289.14º | 0.88% | 0.23% | - |
| HSV(B) | 289.14º | 0.94% | 0.44% | - |
| XYZ | 7.51 | 3.65 | 15.64 | - |
| YUV | 44.68 | 165.99 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 112 | 0.17 | 0.94 | 0 | 0.56 | 289.14 | 0.88 | 0.23 |
| Hex | 5D | 7 | 70 | 11 | 5E | 0 | 38 | 121 | 58 | 17 |
| Octal | 135 | 7 | 160 | 21 | 136 | 0 | 70 | 441 | 130 | 27 |
| Binary | 1011101 | 111 | 1110000 | 10001 | 1011110 | 0 | 111000 | 100100001 | 1011000 | 10111 |
Color Harmonies of #5D0770
Complementary color
Monochromatic Colors of #5D0770
Black with #5D0770
Text Example
Text Example
White with #5D0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0770; }
p { color: rgb(93,7,112); }
H1.HeaderClassName
{
color: #5D0770;
}
.AnyTagClassName
{
color: #5D0770;
}
</style>
background-color css
<style>
a { background-color: #5D0770; }
a { background-color: rgb(93,7,112); }
div.DivClassName
{
background-color: #5D0770;
}
.BgClassName
{
background-color: #5D0770;
}
</style>
border-color css
<style>
span { border-color: #5D0770; }
span { border-color: rgb(93,7,112); }
td.TdClassName
{
border-color: #5D0770;
}
.TagClassName
{
border-color: #5D0770;
}
</style>