Shades of Indigo #5E059D
Tints of Indigo #5E059D
RGB
CMYK
RGB Variations
Color information
#5E059D (or 0x5E059D) is known color: Indigo. HEX triplet: 5E, 05 and 9D. RGB value is (94,5,157). Sum of RGB (Red+Green+Blue) = 94+5+157=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E059D is #A1FA62. Grayscale: #303030. Windows color (decimal): -10615395 or 10290526. OLE color: 10290526.
HSL color Cylindrical-coordinate representation of color #5E059D: hue angle of 275.13º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E059D is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 5 | 157 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.38 |
| HSL | 275.13º | 0.94% | 0.32% | - |
| HSV(B) | 275.13º | 0.97% | 0.62% | - |
| XYZ | 10.76 | 4.92 | 32.28 | - |
| YUV | 48.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 157 | 0.40 | 0.97 | 0 | 0.38 | 275.13 | 0.94 | 0.32 |
| Hex | 5E | 5 | 9D | 28 | 61 | 0 | 26 | 113 | 5E | 20 |
| Octal | 136 | 5 | 235 | 50 | 141 | 0 | 46 | 423 | 136 | 40 |
| Binary | 1011110 | 101 | 10011101 | 101000 | 1100001 | 0 | 100110 | 100010011 | 1011110 | 100000 |
Color Harmonies of #5E059D
Complementary color
Monochromatic Colors of #5E059D
Black with #5E059D
Text Example
Text Example
White with #5E059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E059D; }
p { color: rgb(94,5,157); }
H1.HeaderClassName
{
color: #5E059D;
}
.AnyTagClassName
{
color: #5E059D;
}
</style>
background-color css
<style>
a { background-color: #5E059D; }
a { background-color: rgb(94,5,157); }
div.DivClassName
{
background-color: #5E059D;
}
.BgClassName
{
background-color: #5E059D;
}
</style>
border-color css
<style>
span { border-color: #5E059D; }
span { border-color: rgb(94,5,157); }
td.TdClassName
{
border-color: #5E059D;
}
.TagClassName
{
border-color: #5E059D;
}
</style>