Shades of Indigo #5D0EA5
Tints of Indigo #5D0EA5
RGB
CMYK
RGB Variations
Color information
#5D0EA5 (or 0x5D0EA5) is known color: Indigo. HEX triplet: 5D, 0E and A5. RGB value is (93,14,165). Sum of RGB (Red+Green+Blue) = 93+14+165=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 165 (64.84% from 255 or 60.66% from 272); Max value from RGB is 165 - color contains mainly: blue. Hex color #5D0EA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0EA5 is #A2F15A. Grayscale: #363636. Windows color (decimal): -10678619 or 10817117. OLE color: 10817117.
HSL color Cylindrical-coordinate representation of color #5D0EA5: hue angle of 271.39º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0EA5 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 14 | 165 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.35 |
| HSL | 271.39º | 0.84% | 0.35% | - |
| HSV(B) | 271.39º | 0.92% | 0.65% | - |
| XYZ | 11.46 | 5.36 | 36.03 | - |
| YUV | 54.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 14 | 165 | 0.44 | 0.92 | 0 | 0.35 | 271.39 | 0.84 | 0.35 |
| Hex | 5D | E | A5 | 2C | 5C | 0 | 23 | 10F | 54 | 23 |
| Octal | 135 | 16 | 245 | 54 | 134 | 0 | 43 | 417 | 124 | 43 |
| Binary | 1011101 | 1110 | 10100101 | 101100 | 1011100 | 0 | 100011 | 100001111 | 1010100 | 100011 |
Color Harmonies of #5D0EA5
Complementary color
Monochromatic Colors of #5D0EA5
Black with #5D0EA5
Text Example
Text Example
White with #5D0EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0EA5; }
p { color: rgb(93,14,165); }
H1.HeaderClassName
{
color: #5D0EA5;
}
.AnyTagClassName
{
color: #5D0EA5;
}
</style>
background-color css
<style>
a { background-color: #5D0EA5; }
a { background-color: rgb(93,14,165); }
div.DivClassName
{
background-color: #5D0EA5;
}
.BgClassName
{
background-color: #5D0EA5;
}
</style>
border-color css
<style>
span { border-color: #5D0EA5; }
span { border-color: rgb(93,14,165); }
td.TdClassName
{
border-color: #5D0EA5;
}
.TagClassName
{
border-color: #5D0EA5;
}
</style>