Shades of Indigo #5D0EA0
Tints of Indigo #5D0EA0
RGB
CMYK
RGB Variations
Color information
#5D0EA0 (or 0x5D0EA0) is known color: Indigo. HEX triplet: 5D, 0E and A0. RGB value is (93,14,160). Sum of RGB (Red+Green+Blue) = 93+14+160=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #5D0EA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0EA0 is #A2F15F. Grayscale: #353535. Windows color (decimal): -10678624 or 10489437. OLE color: 10489437.
HSL color Cylindrical-coordinate representation of color #5D0EA0: hue angle of 272.47º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0EA0 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 14 | 160 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.37 |
| HSL | 272.47º | 0.84% | 0.34% | - |
| HSV(B) | 272.47º | 0.91% | 0.63% | - |
| XYZ | 11.02 | 5.18 | 33.68 | - |
| YUV | 54.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 14 | 160 | 0.42 | 0.91 | 0 | 0.37 | 272.47 | 0.84 | 0.34 |
| Hex | 5D | E | A0 | 2A | 5B | 0 | 25 | 110 | 54 | 22 |
| Octal | 135 | 16 | 240 | 52 | 133 | 0 | 45 | 420 | 124 | 42 |
| Binary | 1011101 | 1110 | 10100000 | 101010 | 1011011 | 0 | 100101 | 100010000 | 1010100 | 100010 |
Color Harmonies of #5D0EA0
Complementary color
Monochromatic Colors of #5D0EA0
Black with #5D0EA0
Text Example
Text Example
White with #5D0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0EA0; }
p { color: rgb(93,14,160); }
H1.HeaderClassName
{
color: #5D0EA0;
}
.AnyTagClassName
{
color: #5D0EA0;
}
</style>
background-color css
<style>
a { background-color: #5D0EA0; }
a { background-color: rgb(93,14,160); }
div.DivClassName
{
background-color: #5D0EA0;
}
.BgClassName
{
background-color: #5D0EA0;
}
</style>
border-color css
<style>
span { border-color: #5D0EA0; }
span { border-color: rgb(93,14,160); }
td.TdClassName
{
border-color: #5D0EA0;
}
.TagClassName
{
border-color: #5D0EA0;
}
</style>