Shades of Indigo #5E187C
Tints of Indigo #5E187C
RGB
CMYK
RGB Variations
Color information
#5E187C (or 0x5E187C) is known color: Indigo. HEX triplet: 5E, 18 and 7C. RGB value is (94,24,124). Sum of RGB (Red+Green+Blue) = 94+24+124=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E187C is #A1E783. Grayscale: #383838. Windows color (decimal): -10610564 or 8132702. OLE color: 8132702.
HSL color Cylindrical-coordinate representation of color #5E187C: hue angle of 282º 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 #5E187C is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 24 | 124 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.51 |
| HSL | 282º | 0.68% | 0.29% | - |
| HSV(B) | 282º | 0.81% | 0.49% | - |
| XYZ | 8.58 | 4.49 | 19.48 | - |
| YUV | 56.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 124 | 0.24 | 0.81 | 0 | 0.51 | 282 | 0.68 | 0.29 |
| Hex | 5E | 18 | 7C | 18 | 51 | 0 | 33 | 11A | 44 | 1D |
| Octal | 136 | 30 | 174 | 30 | 121 | 0 | 63 | 432 | 104 | 35 |
| Binary | 1011110 | 11000 | 1111100 | 11000 | 1010001 | 0 | 110011 | 100011010 | 1000100 | 11101 |
Color Harmonies of #5E187C
Complementary color
Monochromatic Colors of #5E187C
Black with #5E187C
Text Example
Text Example
White with #5E187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E187C; }
p { color: rgb(94,24,124); }
H1.HeaderClassName
{
color: #5E187C;
}
.AnyTagClassName
{
color: #5E187C;
}
</style>
background-color css
<style>
a { background-color: #5E187C; }
a { background-color: rgb(94,24,124); }
div.DivClassName
{
background-color: #5E187C;
}
.BgClassName
{
background-color: #5E187C;
}
</style>
border-color css
<style>
span { border-color: #5E187C; }
span { border-color: rgb(94,24,124); }
td.TdClassName
{
border-color: #5E187C;
}
.TagClassName
{
border-color: #5E187C;
}
</style>