Shades of Indigo #5E087C
Tints of Indigo #5E087C
RGB
CMYK
RGB Variations
Color information
#5E087C (or 0x5E087C) is known color: Indigo. HEX triplet: 5E, 08 and 7C. RGB value is (94,8,124). Sum of RGB (Red+Green+Blue) = 94+8+124=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E087C is #A1F783. Grayscale: #2E2E2E. Windows color (decimal): -10614660 or 8128606. OLE color: 8128606.
HSL color Cylindrical-coordinate representation of color #5E087C: hue angle of 284.48º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E087C is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 8 | 124 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.51 |
| HSL | 284.48º | 0.88% | 0.26% | - |
| HSV(B) | 284.48º | 0.94% | 0.49% | - |
| XYZ | 8.34 | 4.01 | 19.4 | - |
| YUV | 46.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 124 | 0.24 | 0.94 | 0 | 0.51 | 284.48 | 0.88 | 0.26 |
| Hex | 5E | 8 | 7C | 18 | 5E | 0 | 33 | 11C | 58 | 1A |
| Octal | 136 | 10 | 174 | 30 | 136 | 0 | 63 | 434 | 130 | 32 |
| Binary | 1011110 | 1000 | 1111100 | 11000 | 1011110 | 0 | 110011 | 100011100 | 1011000 | 11010 |
Color Harmonies of #5E087C
Complementary color
Monochromatic Colors of #5E087C
Black with #5E087C
Text Example
Text Example
White with #5E087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E087C; }
p { color: rgb(94,8,124); }
H1.HeaderClassName
{
color: #5E087C;
}
.AnyTagClassName
{
color: #5E087C;
}
</style>
background-color css
<style>
a { background-color: #5E087C; }
a { background-color: rgb(94,8,124); }
div.DivClassName
{
background-color: #5E087C;
}
.BgClassName
{
background-color: #5E087C;
}
</style>
border-color css
<style>
span { border-color: #5E087C; }
span { border-color: rgb(94,8,124); }
td.TdClassName
{
border-color: #5E087C;
}
.TagClassName
{
border-color: #5E087C;
}
</style>