Shades of Indigo #5D0076
Tints of Indigo #5D0076
RGB
CMYK
RGB Variations
Color information
#5D0076 (or 0x5D0076) is known color: Indigo. HEX triplet: 5D, 00 and 76. RGB value is (93,0,118). Sum of RGB (Red+Green+Blue) = 93+0+118=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D0076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0076 is #A2FF89. Grayscale: #282828. Windows color (decimal): -10682250 or 7733341. OLE color: 7733341.
HSL color Cylindrical-coordinate representation of color #5D0076: hue angle of 287.29º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0076 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 0 | 118 | - |
| CMYK | 0.21 | 1 | 0 | 0.54 |
| HSL | 287.29º | 1% | 0.23% | - |
| HSV(B) | 287.29º | 1% | 0.46% | - |
| XYZ | 7.78 | 3.64 | 17.43 | - |
| YUV | 41.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 118 | 0.21 | 1 | 0 | 0.54 | 287.29 | 1 | 0.23 |
| Hex | 5D | 0 | 76 | 15 | 64 | 0 | 36 | 11F | 64 | 17 |
| Octal | 135 | 0 | 166 | 25 | 144 | 0 | 66 | 437 | 144 | 27 |
| Binary | 1011101 | 0 | 1110110 | 10101 | 1100100 | 0 | 110110 | 100011111 | 1100100 | 10111 |
Color Harmonies of #5D0076
Complementary color
Monochromatic Colors of #5D0076
Black with #5D0076
Text Example
Text Example
White with #5D0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0076; }
p { color: rgb(93,0,118); }
H1.HeaderClassName
{
color: #5D0076;
}
.AnyTagClassName
{
color: #5D0076;
}
</style>
background-color css
<style>
a { background-color: #5D0076; }
a { background-color: rgb(93,0,118); }
div.DivClassName
{
background-color: #5D0076;
}
.BgClassName
{
background-color: #5D0076;
}
</style>
border-color css
<style>
span { border-color: #5D0076; }
span { border-color: rgb(93,0,118); }
td.TdClassName
{
border-color: #5D0076;
}
.TagClassName
{
border-color: #5D0076;
}
</style>