Shades of Indigo #5D076D
Tints of Indigo #5D076D
RGB
CMYK
RGB Variations
Color information
#5D076D (or 0x5D076D) is known color: Indigo. HEX triplet: 5D, 07 and 6D. RGB value is (93,7,109). Sum of RGB (Red+Green+Blue) = 93+7+109=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D076D is #A2F892. Grayscale: #2C2C2C. Windows color (decimal): -10680467 or 7145309. OLE color: 7145309.
HSL color Cylindrical-coordinate representation of color #5D076D: hue angle of 290.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D076D is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 7 | 109 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.57 |
| HSL | 290.59º | 0.88% | 0.23% | - |
| HSV(B) | 290.59º | 0.94% | 0.43% | - |
| XYZ | 7.35 | 3.58 | 14.77 | - |
| YUV | 44.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 109 | 0.15 | 0.94 | 0 | 0.57 | 290.59 | 0.88 | 0.23 |
| Hex | 5D | 7 | 6D | F | 5E | 0 | 39 | 123 | 58 | 17 |
| Octal | 135 | 7 | 155 | 17 | 136 | 0 | 71 | 443 | 130 | 27 |
| Binary | 1011101 | 111 | 1101101 | 1111 | 1011110 | 0 | 111001 | 100100011 | 1011000 | 10111 |
Color Harmonies of #5D076D
Complementary color
Monochromatic Colors of #5D076D
Black with #5D076D
Text Example
Text Example
White with #5D076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D076D; }
p { color: rgb(93,7,109); }
H1.HeaderClassName
{
color: #5D076D;
}
.AnyTagClassName
{
color: #5D076D;
}
</style>
background-color css
<style>
a { background-color: #5D076D; }
a { background-color: rgb(93,7,109); }
div.DivClassName
{
background-color: #5D076D;
}
.BgClassName
{
background-color: #5D076D;
}
</style>
border-color css
<style>
span { border-color: #5D076D; }
span { border-color: rgb(93,7,109); }
td.TdClassName
{
border-color: #5D076D;
}
.TagClassName
{
border-color: #5D076D;
}
</style>