Shades of Indigo #5E089D
Tints of Indigo #5E089D
RGB
CMYK
RGB Variations
Color information
#5E089D (or 0x5E089D) is known color: Indigo. HEX triplet: 5E, 08 and 9D. RGB value is (94,8,157). Sum of RGB (Red+Green+Blue) = 94+8+157=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E089D is #A1F762. Grayscale: #323232. Windows color (decimal): -10614627 or 10291294. OLE color: 10291294.
HSL color Cylindrical-coordinate representation of color #5E089D: hue angle of 274.63º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E089D is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 8 | 157 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.38 |
| HSL | 274.63º | 0.9% | 0.32% | - |
| HSV(B) | 274.63º | 0.95% | 0.62% | - |
| XYZ | 10.79 | 4.99 | 32.29 | - |
| YUV | 50.7 | 187.99 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 157 | 0.40 | 0.95 | 0 | 0.38 | 274.63 | 0.9 | 0.32 |
| Hex | 5E | 8 | 9D | 28 | 5F | 0 | 26 | 113 | 5A | 20 |
| Octal | 136 | 10 | 235 | 50 | 137 | 0 | 46 | 423 | 132 | 40 |
| Binary | 1011110 | 1000 | 10011101 | 101000 | 1011111 | 0 | 100110 | 100010011 | 1011010 | 100000 |
Color Harmonies of #5E089D
Complementary color
Monochromatic Colors of #5E089D
Black with #5E089D
Text Example
Text Example
White with #5E089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E089D; }
p { color: rgb(94,8,157); }
H1.HeaderClassName
{
color: #5E089D;
}
.AnyTagClassName
{
color: #5E089D;
}
</style>
background-color css
<style>
a { background-color: #5E089D; }
a { background-color: rgb(94,8,157); }
div.DivClassName
{
background-color: #5E089D;
}
.BgClassName
{
background-color: #5E089D;
}
</style>
border-color css
<style>
span { border-color: #5E089D; }
span { border-color: rgb(94,8,157); }
td.TdClassName
{
border-color: #5E089D;
}
.TagClassName
{
border-color: #5E089D;
}
</style>