Shades of Indigo #5E129B
Tints of Indigo #5E129B
RGB
CMYK
RGB Variations
Color information
#5E129B (or 0x5E129B) is known color: Indigo. HEX triplet: 5E, 12 and 9B. RGB value is (94,18,155). Sum of RGB (Red+Green+Blue) = 94+18+155=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E129B is #A1ED64. Grayscale: #373737. Windows color (decimal): -10612069 or 10162782. OLE color: 10162782.
HSL color Cylindrical-coordinate representation of color #5E129B: hue angle of 273.28º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E129B is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 18 | 155 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.39 |
| HSL | 273.28º | 0.79% | 0.34% | - |
| HSV(B) | 273.28º | 0.88% | 0.61% | - |
| XYZ | 10.75 | 5.18 | 31.44 | - |
| YUV | 56.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 155 | 0.39 | 0.88 | 0 | 0.39 | 273.28 | 0.79 | 0.34 |
| Hex | 5E | 12 | 9B | 27 | 58 | 0 | 27 | 111 | 4F | 22 |
| Octal | 136 | 22 | 233 | 47 | 130 | 0 | 47 | 421 | 117 | 42 |
| Binary | 1011110 | 10010 | 10011011 | 100111 | 1011000 | 0 | 100111 | 100010001 | 1001111 | 100010 |
Color Harmonies of #5E129B
Complementary color
Monochromatic Colors of #5E129B
Black with #5E129B
Text Example
Text Example
White with #5E129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E129B; }
p { color: rgb(94,18,155); }
H1.HeaderClassName
{
color: #5E129B;
}
.AnyTagClassName
{
color: #5E129B;
}
</style>
background-color css
<style>
a { background-color: #5E129B; }
a { background-color: rgb(94,18,155); }
div.DivClassName
{
background-color: #5E129B;
}
.BgClassName
{
background-color: #5E129B;
}
</style>
border-color css
<style>
span { border-color: #5E129B; }
span { border-color: rgb(94,18,155); }
td.TdClassName
{
border-color: #5E129B;
}
.TagClassName
{
border-color: #5E129B;
}
</style>