Shades of Indigo #5D137C
Tints of Indigo #5D137C
RGB
CMYK
RGB Variations
Color information
#5D137C (or 0x5D137C) is known color: Indigo. HEX triplet: 5D, 13 and 7C. RGB value is (93,19,124). Sum of RGB (Red+Green+Blue) = 93+19+124=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D137C is #A2EC83. Grayscale: #343434. Windows color (decimal): -10677380 or 8131421. OLE color: 8131421.
HSL color Cylindrical-coordinate representation of color #5D137C: hue angle of 282.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D137C is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 19 | 124 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.51 |
| HSL | 282.29º | 0.73% | 0.28% | - |
| HSV(B) | 282.29º | 0.85% | 0.49% | - |
| XYZ | 8.39 | 4.25 | 19.45 | - |
| YUV | 53.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 124 | 0.25 | 0.85 | 0 | 0.51 | 282.29 | 0.73 | 0.28 |
| Hex | 5D | 13 | 7C | 19 | 55 | 0 | 33 | 11A | 49 | 1C |
| Octal | 135 | 23 | 174 | 31 | 125 | 0 | 63 | 432 | 111 | 34 |
| Binary | 1011101 | 10011 | 1111100 | 11001 | 1010101 | 0 | 110011 | 100011010 | 1001001 | 11100 |
Color Harmonies of #5D137C
Complementary color
Monochromatic Colors of #5D137C
Black with #5D137C
Text Example
Text Example
White with #5D137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D137C; }
p { color: rgb(93,19,124); }
H1.HeaderClassName
{
color: #5D137C;
}
.AnyTagClassName
{
color: #5D137C;
}
</style>
background-color css
<style>
a { background-color: #5D137C; }
a { background-color: rgb(93,19,124); }
div.DivClassName
{
background-color: #5D137C;
}
.BgClassName
{
background-color: #5D137C;
}
</style>
border-color css
<style>
span { border-color: #5D137C; }
span { border-color: rgb(93,19,124); }
td.TdClassName
{
border-color: #5D137C;
}
.TagClassName
{
border-color: #5D137C;
}
</style>