Shades of Indigo #5E139E
Tints of Indigo #5E139E
RGB
CMYK
RGB Variations
Color information
#5E139E (or 0x5E139E) is known color: Indigo. HEX triplet: 5E, 13 and 9E. RGB value is (94,19,158). Sum of RGB (Red+Green+Blue) = 94+19+158=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E139E is #A1EC61. Grayscale: #383838. Windows color (decimal): -10611810 or 10359646. OLE color: 10359646.
HSL color Cylindrical-coordinate representation of color #5E139E: hue angle of 272.37º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E139E is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 19 | 158 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.38 |
| HSL | 272.37º | 0.79% | 0.35% | - |
| HSV(B) | 272.37º | 0.88% | 0.62% | - |
| XYZ | 11.02 | 5.31 | 32.79 | - |
| YUV | 57.27 | 184.85 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 158 | 0.41 | 0.88 | 0 | 0.38 | 272.37 | 0.79 | 0.35 |
| Hex | 5E | 13 | 9E | 29 | 58 | 0 | 26 | 110 | 4F | 23 |
| Octal | 136 | 23 | 236 | 51 | 130 | 0 | 46 | 420 | 117 | 43 |
| Binary | 1011110 | 10011 | 10011110 | 101001 | 1011000 | 0 | 100110 | 100010000 | 1001111 | 100011 |
Color Harmonies of #5E139E
Complementary color
Monochromatic Colors of #5E139E
Black with #5E139E
Text Example
Text Example
White with #5E139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E139E; }
p { color: rgb(94,19,158); }
H1.HeaderClassName
{
color: #5E139E;
}
.AnyTagClassName
{
color: #5E139E;
}
</style>
background-color css
<style>
a { background-color: #5E139E; }
a { background-color: rgb(94,19,158); }
div.DivClassName
{
background-color: #5E139E;
}
.BgClassName
{
background-color: #5E139E;
}
</style>
border-color css
<style>
span { border-color: #5E139E; }
span { border-color: rgb(94,19,158); }
td.TdClassName
{
border-color: #5E139E;
}
.TagClassName
{
border-color: #5E139E;
}
</style>