Shades of Indigo #5D197D
Tints of Indigo #5D197D
RGB
CMYK
RGB Variations
Color information
#5D197D (or 0x5D197D) is known color: Indigo. HEX triplet: 5D, 19 and 7D. RGB value is (93,25,125). Sum of RGB (Red+Green+Blue) = 93+25+125=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D197D is #A2E682. Grayscale: #383838. Windows color (decimal): -10675843 or 8198493. OLE color: 8198493.
HSL color Cylindrical-coordinate representation of color #5D197D: hue angle of 280.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D197D is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 25 | 125 | - |
| CMYK | 0.26 | 0.8 | 0 | 0.51 |
| HSL | 280.8º | 0.67% | 0.29% | - |
| HSV(B) | 280.8º | 0.8% | 0.49% | - |
| XYZ | 8.56 | 4.5 | 19.82 | - |
| YUV | 56.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 125 | 0.26 | 0.8 | 0 | 0.51 | 280.8 | 0.67 | 0.29 |
| Hex | 5D | 19 | 7D | 1A | 50 | 0 | 33 | 119 | 43 | 1D |
| Octal | 135 | 31 | 175 | 32 | 120 | 0 | 63 | 431 | 103 | 35 |
| Binary | 1011101 | 11001 | 1111101 | 11010 | 1010000 | 0 | 110011 | 100011001 | 1000011 | 11101 |
Color Harmonies of #5D197D
Complementary color
Monochromatic Colors of #5D197D
Black with #5D197D
Text Example
Text Example
White with #5D197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D197D; }
p { color: rgb(93,25,125); }
H1.HeaderClassName
{
color: #5D197D;
}
.AnyTagClassName
{
color: #5D197D;
}
</style>
background-color css
<style>
a { background-color: #5D197D; }
a { background-color: rgb(93,25,125); }
div.DivClassName
{
background-color: #5D197D;
}
.BgClassName
{
background-color: #5D197D;
}
</style>
border-color css
<style>
span { border-color: #5D197D; }
span { border-color: rgb(93,25,125); }
td.TdClassName
{
border-color: #5D197D;
}
.TagClassName
{
border-color: #5D197D;
}
</style>