Shades of Indigo #5D0EA2
Tints of Indigo #5D0EA2
RGB
CMYK
RGB Variations
Color information
#5D0EA2 (or 0x5D0EA2) is known color: Indigo. HEX triplet: 5D, 0E and A2. RGB value is (93,14,162). Sum of RGB (Red+Green+Blue) = 93+14+162=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #5D0EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0EA2 is #A2F15D. Grayscale: #353535. Windows color (decimal): -10678622 or 10620509. OLE color: 10620509.
HSL color Cylindrical-coordinate representation of color #5D0EA2: hue angle of 272.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0EA2 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 14 | 162 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.36 |
| HSL | 272.03º | 0.84% | 0.35% | - |
| HSV(B) | 272.03º | 0.91% | 0.64% | - |
| XYZ | 11.19 | 5.25 | 34.61 | - |
| YUV | 54.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 14 | 162 | 0.43 | 0.91 | 0 | 0.36 | 272.03 | 0.84 | 0.35 |
| Hex | 5D | E | A2 | 2B | 5B | 0 | 24 | 110 | 54 | 23 |
| Octal | 135 | 16 | 242 | 53 | 133 | 0 | 44 | 420 | 124 | 43 |
| Binary | 1011101 | 1110 | 10100010 | 101011 | 1011011 | 0 | 100100 | 100010000 | 1010100 | 100011 |
Color Harmonies of #5D0EA2
Complementary color
Monochromatic Colors of #5D0EA2
Black with #5D0EA2
Text Example
Text Example
White with #5D0EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0EA2; }
p { color: rgb(93,14,162); }
H1.HeaderClassName
{
color: #5D0EA2;
}
.AnyTagClassName
{
color: #5D0EA2;
}
</style>
background-color css
<style>
a { background-color: #5D0EA2; }
a { background-color: rgb(93,14,162); }
div.DivClassName
{
background-color: #5D0EA2;
}
.BgClassName
{
background-color: #5D0EA2;
}
</style>
border-color css
<style>
span { border-color: #5D0EA2; }
span { border-color: rgb(93,14,162); }
td.TdClassName
{
border-color: #5D0EA2;
}
.TagClassName
{
border-color: #5D0EA2;
}
</style>