Shades of Indigo #5D179C
Tints of Indigo #5D179C
RGB
CMYK
RGB Variations
Color information
#5D179C (or 0x5D179C) is known color: Indigo. HEX triplet: 5D, 17 and 9C. RGB value is (93,23,156). Sum of RGB (Red+Green+Blue) = 93+23+156=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D179C is #A2E863. Grayscale: #3A3A3A. Windows color (decimal): -10676324 or 10229597. OLE color: 10229597.
HSL color Cylindrical-coordinate representation of color #5D179C: hue angle of 271.58º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D179C is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 23 | 156 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.39 |
| HSL | 271.58º | 0.74% | 0.35% | - |
| HSV(B) | 271.58º | 0.85% | 0.61% | - |
| XYZ | 10.82 | 5.34 | 31.91 | - |
| YUV | 59.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 156 | 0.40 | 0.85 | 0 | 0.39 | 271.58 | 0.74 | 0.35 |
| Hex | 5D | 17 | 9C | 28 | 55 | 0 | 27 | 110 | 4A | 23 |
| Octal | 135 | 27 | 234 | 50 | 125 | 0 | 47 | 420 | 112 | 43 |
| Binary | 1011101 | 10111 | 10011100 | 101000 | 1010101 | 0 | 100111 | 100010000 | 1001010 | 100011 |
Color Harmonies of #5D179C
Complementary color
Monochromatic Colors of #5D179C
Black with #5D179C
Text Example
Text Example
White with #5D179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D179C; }
p { color: rgb(93,23,156); }
H1.HeaderClassName
{
color: #5D179C;
}
.AnyTagClassName
{
color: #5D179C;
}
</style>
background-color css
<style>
a { background-color: #5D179C; }
a { background-color: rgb(93,23,156); }
div.DivClassName
{
background-color: #5D179C;
}
.BgClassName
{
background-color: #5D179C;
}
</style>
border-color css
<style>
span { border-color: #5D179C; }
span { border-color: rgb(93,23,156); }
td.TdClassName
{
border-color: #5D179C;
}
.TagClassName
{
border-color: #5D179C;
}
</style>