Shades of Indigo #5E129E
Tints of Indigo #5E129E
RGB
CMYK
RGB Variations
Color information
#5E129E (or 0x5E129E) is known color: Indigo. HEX triplet: 5E, 12 and 9E. RGB value is (94,18,158). Sum of RGB (Red+Green+Blue) = 94+18+158=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E129E is #A1ED61. Grayscale: #383838. Windows color (decimal): -10612066 or 10359390. OLE color: 10359390.
HSL color Cylindrical-coordinate representation of color #5E129E: hue angle of 272.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E129E is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 18 | 158 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.38 |
| HSL | 272.57º | 0.8% | 0.35% | - |
| HSV(B) | 272.57º | 0.89% | 0.62% | - |
| XYZ | 11 | 5.28 | 32.79 | - |
| YUV | 56.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 158 | 0.41 | 0.89 | 0 | 0.38 | 272.57 | 0.8 | 0.35 |
| Hex | 5E | 12 | 9E | 29 | 59 | 0 | 26 | 111 | 50 | 23 |
| Octal | 136 | 22 | 236 | 51 | 131 | 0 | 46 | 421 | 120 | 43 |
| Binary | 1011110 | 10010 | 10011110 | 101001 | 1011001 | 0 | 100110 | 100010001 | 1010000 | 100011 |
Color Harmonies of #5E129E
Complementary color
Monochromatic Colors of #5E129E
Black with #5E129E
Text Example
Text Example
White with #5E129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E129E; }
p { color: rgb(94,18,158); }
H1.HeaderClassName
{
color: #5E129E;
}
.AnyTagClassName
{
color: #5E129E;
}
</style>
background-color css
<style>
a { background-color: #5E129E; }
a { background-color: rgb(94,18,158); }
div.DivClassName
{
background-color: #5E129E;
}
.BgClassName
{
background-color: #5E129E;
}
</style>
border-color css
<style>
span { border-color: #5E129E; }
span { border-color: rgb(94,18,158); }
td.TdClassName
{
border-color: #5E129E;
}
.TagClassName
{
border-color: #5E129E;
}
</style>