Shades of Indigo #5E147A
Tints of Indigo #5E147A
RGB
CMYK
RGB Variations
Color information
#5E147A (or 0x5E147A) is known color: Indigo. HEX triplet: 5E, 14 and 7A. RGB value is (94,20,122). Sum of RGB (Red+Green+Blue) = 94+20+122=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E147A is #A1EB85. Grayscale: #353535. Windows color (decimal): -10611590 or 8000606. OLE color: 8000606.
HSL color Cylindrical-coordinate representation of color #5E147A: hue angle of 283.53º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E147A is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 20 | 122 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.52 |
| HSL | 283.53º | 0.72% | 0.28% | - |
| HSV(B) | 283.53º | 0.84% | 0.48% | - |
| XYZ | 8.38 | 4.29 | 18.8 | - |
| YUV | 53.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 122 | 0.23 | 0.84 | 0 | 0.52 | 283.53 | 0.72 | 0.28 |
| Hex | 5E | 14 | 7A | 17 | 54 | 0 | 34 | 11C | 48 | 1C |
| Octal | 136 | 24 | 172 | 27 | 124 | 0 | 64 | 434 | 110 | 34 |
| Binary | 1011110 | 10100 | 1111010 | 10111 | 1010100 | 0 | 110100 | 100011100 | 1001000 | 11100 |
Color Harmonies of #5E147A
Complementary color
Monochromatic Colors of #5E147A
Black with #5E147A
Text Example
Text Example
White with #5E147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E147A; }
p { color: rgb(94,20,122); }
H1.HeaderClassName
{
color: #5E147A;
}
.AnyTagClassName
{
color: #5E147A;
}
</style>
background-color css
<style>
a { background-color: #5E147A; }
a { background-color: rgb(94,20,122); }
div.DivClassName
{
background-color: #5E147A;
}
.BgClassName
{
background-color: #5E147A;
}
</style>
border-color css
<style>
span { border-color: #5E147A; }
span { border-color: rgb(94,20,122); }
td.TdClassName
{
border-color: #5E147A;
}
.TagClassName
{
border-color: #5E147A;
}
</style>