Shades of Indigo #5E187D
Tints of Indigo #5E187D
RGB
CMYK
RGB Variations
Color information
#5E187D (or 0x5E187D) is known color: Indigo. HEX triplet: 5E, 18 and 7D. RGB value is (94,24,125). Sum of RGB (Red+Green+Blue) = 94+24+125=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E187D is #A1E782. Grayscale: #383838. Windows color (decimal): -10610563 or 8198238. OLE color: 8198238.
HSL color Cylindrical-coordinate representation of color #5E187D: hue angle of 281.58º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E187D is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 24 | 125 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.51 |
| HSL | 281.58º | 0.68% | 0.29% | - |
| HSV(B) | 281.58º | 0.81% | 0.49% | - |
| XYZ | 8.64 | 4.51 | 19.82 | - |
| YUV | 56.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 125 | 0.25 | 0.81 | 0 | 0.51 | 281.58 | 0.68 | 0.29 |
| Hex | 5E | 18 | 7D | 19 | 51 | 0 | 33 | 11A | 44 | 1D |
| Octal | 136 | 30 | 175 | 31 | 121 | 0 | 63 | 432 | 104 | 35 |
| Binary | 1011110 | 11000 | 1111101 | 11001 | 1010001 | 0 | 110011 | 100011010 | 1000100 | 11101 |
Color Harmonies of #5E187D
Complementary color
Monochromatic Colors of #5E187D
Black with #5E187D
Text Example
Text Example
White with #5E187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E187D; }
p { color: rgb(94,24,125); }
H1.HeaderClassName
{
color: #5E187D;
}
.AnyTagClassName
{
color: #5E187D;
}
</style>
background-color css
<style>
a { background-color: #5E187D; }
a { background-color: rgb(94,24,125); }
div.DivClassName
{
background-color: #5E187D;
}
.BgClassName
{
background-color: #5E187D;
}
</style>
border-color css
<style>
span { border-color: #5E187D; }
span { border-color: rgb(94,24,125); }
td.TdClassName
{
border-color: #5E187D;
}
.TagClassName
{
border-color: #5E187D;
}
</style>