Shades of Indigo #5E147C
Tints of Indigo #5E147C
RGB
CMYK
RGB Variations
Color information
#5E147C (or 0x5E147C) is known color: Indigo. HEX triplet: 5E, 14 and 7C. RGB value is (94,20,124). Sum of RGB (Red+Green+Blue) = 94+20+124=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E147C is #A1EB83. Grayscale: #353535. Windows color (decimal): -10611588 or 8131678. OLE color: 8131678.
HSL color Cylindrical-coordinate representation of color #5E147C: hue angle of 282.69º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E147C is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 20 | 124 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.51 |
| HSL | 282.69º | 0.72% | 0.28% | - |
| HSV(B) | 282.69º | 0.84% | 0.49% | - |
| XYZ | 8.5 | 4.34 | 19.46 | - |
| YUV | 53.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 124 | 0.24 | 0.84 | 0 | 0.51 | 282.69 | 0.72 | 0.28 |
| Hex | 5E | 14 | 7C | 18 | 54 | 0 | 33 | 11B | 48 | 1C |
| Octal | 136 | 24 | 174 | 30 | 124 | 0 | 63 | 433 | 110 | 34 |
| Binary | 1011110 | 10100 | 1111100 | 11000 | 1010100 | 0 | 110011 | 100011011 | 1001000 | 11100 |
Color Harmonies of #5E147C
Complementary color
Monochromatic Colors of #5E147C
Black with #5E147C
Text Example
Text Example
White with #5E147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E147C; }
p { color: rgb(94,20,124); }
H1.HeaderClassName
{
color: #5E147C;
}
.AnyTagClassName
{
color: #5E147C;
}
</style>
background-color css
<style>
a { background-color: #5E147C; }
a { background-color: rgb(94,20,124); }
div.DivClassName
{
background-color: #5E147C;
}
.BgClassName
{
background-color: #5E147C;
}
</style>
border-color css
<style>
span { border-color: #5E147C; }
span { border-color: rgb(94,20,124); }
td.TdClassName
{
border-color: #5E147C;
}
.TagClassName
{
border-color: #5E147C;
}
</style>