Shades of Indigo #5E147F
Tints of Indigo #5E147F
RGB
CMYK
RGB Variations
Color information
#5E147F (or 0x5E147F) is known color: Indigo. HEX triplet: 5E, 14 and 7F. RGB value is (94,20,127). Sum of RGB (Red+Green+Blue) = 94+20+127=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E147F is #A1EB80. Grayscale: #353535. Windows color (decimal): -10611585 or 8328286. OLE color: 8328286.
HSL color Cylindrical-coordinate representation of color #5E147F: hue angle of 281.5º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E147F is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 20 | 127 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.50 |
| HSL | 281.5º | 0.73% | 0.29% | - |
| HSV(B) | 281.5º | 0.84% | 0.5% | - |
| XYZ | 8.7 | 4.41 | 20.47 | - |
| YUV | 54.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 127 | 0.26 | 0.84 | 0 | 0.50 | 281.5 | 0.73 | 0.29 |
| Hex | 5E | 14 | 7F | 1A | 54 | 0 | 32 | 119 | 49 | 1D |
| Octal | 136 | 24 | 177 | 32 | 124 | 0 | 62 | 431 | 111 | 35 |
| Binary | 1011110 | 10100 | 1111111 | 11010 | 1010100 | 0 | 110010 | 100011001 | 1001001 | 11101 |
Color Harmonies of #5E147F
Complementary color
Monochromatic Colors of #5E147F
Black with #5E147F
Text Example
Text Example
White with #5E147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E147F; }
p { color: rgb(94,20,127); }
H1.HeaderClassName
{
color: #5E147F;
}
.AnyTagClassName
{
color: #5E147F;
}
</style>
background-color css
<style>
a { background-color: #5E147F; }
a { background-color: rgb(94,20,127); }
div.DivClassName
{
background-color: #5E147F;
}
.BgClassName
{
background-color: #5E147F;
}
</style>
border-color css
<style>
span { border-color: #5E147F; }
span { border-color: rgb(94,20,127); }
td.TdClassName
{
border-color: #5E147F;
}
.TagClassName
{
border-color: #5E147F;
}
</style>