Shades of Indigo #5E109E
Tints of Indigo #5E109E
RGB
CMYK
RGB Variations
Color information
#5E109E (or 0x5E109E) is known color: Indigo. HEX triplet: 5E, 10 and 9E. RGB value is (94,16,158). Sum of RGB (Red+Green+Blue) = 94+16+158=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E109E is #A1EF61. Grayscale: #373737. Windows color (decimal): -10612578 or 10358878. OLE color: 10358878.
HSL color Cylindrical-coordinate representation of color #5E109E: hue angle of 272.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E109E is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 16 | 158 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.38 |
| HSL | 272.96º | 0.82% | 0.34% | - |
| HSV(B) | 272.96º | 0.9% | 0.62% | - |
| XYZ | 10.97 | 5.22 | 32.78 | - |
| YUV | 55.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 158 | 0.41 | 0.90 | 0 | 0.38 | 272.96 | 0.82 | 0.34 |
| Hex | 5E | 10 | 9E | 29 | 5A | 0 | 26 | 111 | 52 | 22 |
| Octal | 136 | 20 | 236 | 51 | 132 | 0 | 46 | 421 | 122 | 42 |
| Binary | 1011110 | 10000 | 10011110 | 101001 | 1011010 | 0 | 100110 | 100010001 | 1010010 | 100010 |
Color Harmonies of #5E109E
Complementary color
Monochromatic Colors of #5E109E
Black with #5E109E
Text Example
Text Example
White with #5E109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E109E; }
p { color: rgb(94,16,158); }
H1.HeaderClassName
{
color: #5E109E;
}
.AnyTagClassName
{
color: #5E109E;
}
</style>
background-color css
<style>
a { background-color: #5E109E; }
a { background-color: rgb(94,16,158); }
div.DivClassName
{
background-color: #5E109E;
}
.BgClassName
{
background-color: #5E109E;
}
</style>
border-color css
<style>
span { border-color: #5E109E; }
span { border-color: rgb(94,16,158); }
td.TdClassName
{
border-color: #5E109E;
}
.TagClassName
{
border-color: #5E109E;
}
</style>