Shades of Indigo #5E129D
Tints of Indigo #5E129D
RGB
CMYK
RGB Variations
Color information
#5E129D (or 0x5E129D) is known color: Indigo. HEX triplet: 5E, 12 and 9D. RGB value is (94,18,157). Sum of RGB (Red+Green+Blue) = 94+18+157=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E129D is #A1ED62. Grayscale: #383838. Windows color (decimal): -10612067 or 10293854. OLE color: 10293854.
HSL color Cylindrical-coordinate representation of color #5E129D: hue angle of 272.81º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E129D is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 18 | 157 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.38 |
| HSL | 272.81º | 0.79% | 0.34% | - |
| HSV(B) | 272.81º | 0.89% | 0.62% | - |
| XYZ | 10.92 | 5.25 | 32.34 | - |
| YUV | 56.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 157 | 0.40 | 0.89 | 0 | 0.38 | 272.81 | 0.79 | 0.34 |
| Hex | 5E | 12 | 9D | 28 | 59 | 0 | 26 | 111 | 4F | 22 |
| Octal | 136 | 22 | 235 | 50 | 131 | 0 | 46 | 421 | 117 | 42 |
| Binary | 1011110 | 10010 | 10011101 | 101000 | 1011001 | 0 | 100110 | 100010001 | 1001111 | 100010 |
Color Harmonies of #5E129D
Complementary color
Monochromatic Colors of #5E129D
Black with #5E129D
Text Example
Text Example
White with #5E129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E129D; }
p { color: rgb(94,18,157); }
H1.HeaderClassName
{
color: #5E129D;
}
.AnyTagClassName
{
color: #5E129D;
}
</style>
background-color css
<style>
a { background-color: #5E129D; }
a { background-color: rgb(94,18,157); }
div.DivClassName
{
background-color: #5E129D;
}
.BgClassName
{
background-color: #5E129D;
}
</style>
border-color css
<style>
span { border-color: #5E129D; }
span { border-color: rgb(94,18,157); }
td.TdClassName
{
border-color: #5E129D;
}
.TagClassName
{
border-color: #5E129D;
}
</style>