Shades of Indigo #5D0176
Tints of Indigo #5D0176
RGB
CMYK
RGB Variations
Color information
#5D0176 (or 0x5D0176) is known color: Indigo. HEX triplet: 5D, 01 and 76. RGB value is (93,1,118). Sum of RGB (Red+Green+Blue) = 93+1+118=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D0176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0176 is #A2FE89. Grayscale: #292929. Windows color (decimal): -10681994 or 7733597. OLE color: 7733597.
HSL color Cylindrical-coordinate representation of color #5D0176: hue angle of 287.18º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0176 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 1 | 118 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.54 |
| HSL | 287.18º | 0.98% | 0.23% | - |
| HSV(B) | 287.18º | 0.99% | 0.46% | - |
| XYZ | 7.8 | 3.66 | 17.43 | - |
| YUV | 41.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 118 | 0.21 | 0.99 | 0 | 0.54 | 287.18 | 0.98 | 0.23 |
| Hex | 5D | 1 | 76 | 15 | 63 | 0 | 36 | 11F | 62 | 17 |
| Octal | 135 | 1 | 166 | 25 | 143 | 0 | 66 | 437 | 142 | 27 |
| Binary | 1011101 | 1 | 1110110 | 10101 | 1100011 | 0 | 110110 | 100011111 | 1100010 | 10111 |
Color Harmonies of #5D0176
Complementary color
Monochromatic Colors of #5D0176
Black with #5D0176
Text Example
Text Example
White with #5D0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0176; }
p { color: rgb(93,1,118); }
H1.HeaderClassName
{
color: #5D0176;
}
.AnyTagClassName
{
color: #5D0176;
}
</style>
background-color css
<style>
a { background-color: #5D0176; }
a { background-color: rgb(93,1,118); }
div.DivClassName
{
background-color: #5D0176;
}
.BgClassName
{
background-color: #5D0176;
}
</style>
border-color css
<style>
span { border-color: #5D0176; }
span { border-color: rgb(93,1,118); }
td.TdClassName
{
border-color: #5D0176;
}
.TagClassName
{
border-color: #5D0176;
}
</style>