Shades of Indigo #5D157A
Tints of Indigo #5D157A
RGB
CMYK
RGB Variations
Color information
#5D157A (or 0x5D157A) is known color: Indigo. HEX triplet: 5D, 15 and 7A. RGB value is (93,21,122). Sum of RGB (Red+Green+Blue) = 93+21+122=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D157A is #A2EA85. Grayscale: #353535. Windows color (decimal): -10676870 or 8000861. OLE color: 8000861.
HSL color Cylindrical-coordinate representation of color #5D157A: hue angle of 282.77º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D157A is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 21 | 122 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.52 |
| HSL | 282.77º | 0.71% | 0.28% | - |
| HSV(B) | 282.77º | 0.83% | 0.48% | - |
| XYZ | 8.3 | 4.27 | 18.8 | - |
| YUV | 54.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 122 | 0.24 | 0.83 | 0 | 0.52 | 282.77 | 0.71 | 0.28 |
| Hex | 5D | 15 | 7A | 18 | 53 | 0 | 34 | 11B | 47 | 1C |
| Octal | 135 | 25 | 172 | 30 | 123 | 0 | 64 | 433 | 107 | 34 |
| Binary | 1011101 | 10101 | 1111010 | 11000 | 1010011 | 0 | 110100 | 100011011 | 1000111 | 11100 |
Color Harmonies of #5D157A
Complementary color
Monochromatic Colors of #5D157A
Black with #5D157A
Text Example
Text Example
White with #5D157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D157A; }
p { color: rgb(93,21,122); }
H1.HeaderClassName
{
color: #5D157A;
}
.AnyTagClassName
{
color: #5D157A;
}
</style>
background-color css
<style>
a { background-color: #5D157A; }
a { background-color: rgb(93,21,122); }
div.DivClassName
{
background-color: #5D157A;
}
.BgClassName
{
background-color: #5D157A;
}
</style>
border-color css
<style>
span { border-color: #5D157A; }
span { border-color: rgb(93,21,122); }
td.TdClassName
{
border-color: #5D157A;
}
.TagClassName
{
border-color: #5D157A;
}
</style>