Shades of Indigo #5E187F
Tints of Indigo #5E187F
RGB
CMYK
RGB Variations
Color information
#5E187F (or 0x5E187F) is known color: Indigo. HEX triplet: 5E, 18 and 7F. RGB value is (94,24,127). Sum of RGB (Red+Green+Blue) = 94+24+127=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E187F is #A1E780. Grayscale: #383838. Windows color (decimal): -10610561 or 8329310. OLE color: 8329310.
HSL color Cylindrical-coordinate representation of color #5E187F: hue angle of 280.78º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E187F is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 24 | 127 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.50 |
| HSL | 280.78º | 0.68% | 0.3% | - |
| HSV(B) | 280.78º | 0.81% | 0.5% | - |
| XYZ | 8.77 | 4.57 | 20.5 | - |
| YUV | 56.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 127 | 0.26 | 0.81 | 0 | 0.50 | 280.78 | 0.68 | 0.3 |
| Hex | 5E | 18 | 7F | 1A | 51 | 0 | 32 | 119 | 44 | 1E |
| Octal | 136 | 30 | 177 | 32 | 121 | 0 | 62 | 431 | 104 | 36 |
| Binary | 1011110 | 11000 | 1111111 | 11010 | 1010001 | 0 | 110010 | 100011001 | 1000100 | 11110 |
Color Harmonies of #5E187F
Complementary color
Monochromatic Colors of #5E187F
Black with #5E187F
Text Example
Text Example
White with #5E187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E187F; }
p { color: rgb(94,24,127); }
H1.HeaderClassName
{
color: #5E187F;
}
.AnyTagClassName
{
color: #5E187F;
}
</style>
background-color css
<style>
a { background-color: #5E187F; }
a { background-color: rgb(94,24,127); }
div.DivClassName
{
background-color: #5E187F;
}
.BgClassName
{
background-color: #5E187F;
}
</style>
border-color css
<style>
span { border-color: #5E187F; }
span { border-color: rgb(94,24,127); }
td.TdClassName
{
border-color: #5E187F;
}
.TagClassName
{
border-color: #5E187F;
}
</style>