Shades of Indigo #5E089F
Tints of Indigo #5E089F
RGB
CMYK
RGB Variations
Color information
#5E089F (or 0x5E089F) is known color: Indigo. HEX triplet: 5E, 08 and 9F. RGB value is (94,8,159). Sum of RGB (Red+Green+Blue) = 94+8+159=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E089F is #A1F760. Grayscale: #323232. Windows color (decimal): -10614625 or 10422366. OLE color: 10422366.
HSL color Cylindrical-coordinate representation of color #5E089F: hue angle of 274.17º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E089F is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 8 | 159 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.38 |
| HSL | 274.17º | 0.9% | 0.33% | - |
| HSV(B) | 274.17º | 0.95% | 0.62% | - |
| XYZ | 10.96 | 5.06 | 33.2 | - |
| YUV | 50.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 159 | 0.41 | 0.95 | 0 | 0.38 | 274.17 | 0.9 | 0.33 |
| Hex | 5E | 8 | 9F | 29 | 5F | 0 | 26 | 112 | 5A | 21 |
| Octal | 136 | 10 | 237 | 51 | 137 | 0 | 46 | 422 | 132 | 41 |
| Binary | 1011110 | 1000 | 10011111 | 101001 | 1011111 | 0 | 100110 | 100010010 | 1011010 | 100001 |
Color Harmonies of #5E089F
Complementary color
Monochromatic Colors of #5E089F
Black with #5E089F
Text Example
Text Example
White with #5E089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E089F; }
p { color: rgb(94,8,159); }
H1.HeaderClassName
{
color: #5E089F;
}
.AnyTagClassName
{
color: #5E089F;
}
</style>
background-color css
<style>
a { background-color: #5E089F; }
a { background-color: rgb(94,8,159); }
div.DivClassName
{
background-color: #5E089F;
}
.BgClassName
{
background-color: #5E089F;
}
</style>
border-color css
<style>
span { border-color: #5E089F; }
span { border-color: rgb(94,8,159); }
td.TdClassName
{
border-color: #5E089F;
}
.TagClassName
{
border-color: #5E089F;
}
</style>