Shades of Indigo #5E129A
Tints of Indigo #5E129A
RGB
CMYK
RGB Variations
Color information
#5E129A (or 0x5E129A) is known color: Indigo. HEX triplet: 5E, 12 and 9A. RGB value is (94,18,154). Sum of RGB (Red+Green+Blue) = 94+18+154=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E129A is #A1ED65. Grayscale: #373737. Windows color (decimal): -10612070 or 10097246. OLE color: 10097246.
HSL color Cylindrical-coordinate representation of color #5E129A: hue angle of 273.53º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E129A is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 18 | 154 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.40 |
| HSL | 273.53º | 0.79% | 0.34% | - |
| HSV(B) | 273.53º | 0.88% | 0.6% | - |
| XYZ | 10.67 | 5.15 | 31 | - |
| YUV | 56.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 154 | 0.39 | 0.88 | 0 | 0.40 | 273.53 | 0.79 | 0.34 |
| Hex | 5E | 12 | 9A | 27 | 58 | 0 | 28 | 112 | 4F | 22 |
| Octal | 136 | 22 | 232 | 47 | 130 | 0 | 50 | 422 | 117 | 42 |
| Binary | 1011110 | 10010 | 10011010 | 100111 | 1011000 | 0 | 101000 | 100010010 | 1001111 | 100010 |
Color Harmonies of #5E129A
Complementary color
Monochromatic Colors of #5E129A
Black with #5E129A
Text Example
Text Example
White with #5E129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E129A; }
p { color: rgb(94,18,154); }
H1.HeaderClassName
{
color: #5E129A;
}
.AnyTagClassName
{
color: #5E129A;
}
</style>
background-color css
<style>
a { background-color: #5E129A; }
a { background-color: rgb(94,18,154); }
div.DivClassName
{
background-color: #5E129A;
}
.BgClassName
{
background-color: #5E129A;
}
</style>
border-color css
<style>
span { border-color: #5E129A; }
span { border-color: rgb(94,18,154); }
td.TdClassName
{
border-color: #5E129A;
}
.TagClassName
{
border-color: #5E129A;
}
</style>