Shades of Indigo #5D0A87
Tints of Indigo #5D0A87
RGB
CMYK
RGB Variations
Color information
#5D0A87 (or 0x5D0A87) is known color: Indigo. HEX triplet: 5D, 0A and 87. RGB value is (93,10,135). Sum of RGB (Red+Green+Blue) = 93+10+135=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D0A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0A87 is #A2F578. Grayscale: #303030. Windows color (decimal): -10679673 or 8850013. OLE color: 8850013.
HSL color Cylindrical-coordinate representation of color #5D0A87: hue angle of 279.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0A87 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 10 | 135 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.47 |
| HSL | 279.84º | 0.86% | 0.28% | - |
| HSV(B) | 279.84º | 0.93% | 0.53% | - |
| XYZ | 9 | 4.29 | 23.28 | - |
| YUV | 49.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 135 | 0.31 | 0.93 | 0 | 0.47 | 279.84 | 0.86 | 0.28 |
| Hex | 5D | A | 87 | 1F | 5D | 0 | 2F | 118 | 56 | 1C |
| Octal | 135 | 12 | 207 | 37 | 135 | 0 | 57 | 430 | 126 | 34 |
| Binary | 1011101 | 1010 | 10000111 | 11111 | 1011101 | 0 | 101111 | 100011000 | 1010110 | 11100 |
Color Harmonies of #5D0A87
Complementary color
Monochromatic Colors of #5D0A87
Black with #5D0A87
Text Example
Text Example
White with #5D0A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0A87; }
p { color: rgb(93,10,135); }
H1.HeaderClassName
{
color: #5D0A87;
}
.AnyTagClassName
{
color: #5D0A87;
}
</style>
background-color css
<style>
a { background-color: #5D0A87; }
a { background-color: rgb(93,10,135); }
div.DivClassName
{
background-color: #5D0A87;
}
.BgClassName
{
background-color: #5D0A87;
}
</style>
border-color css
<style>
span { border-color: #5D0A87; }
span { border-color: rgb(93,10,135); }
td.TdClassName
{
border-color: #5D0A87;
}
.TagClassName
{
border-color: #5D0A87;
}
</style>