Shades of Indigo #5E089C
Tints of Indigo #5E089C
RGB
CMYK
RGB Variations
Color information
#5E089C (or 0x5E089C) is known color: Indigo. HEX triplet: 5E, 08 and 9C. RGB value is (94,8,156). Sum of RGB (Red+Green+Blue) = 94+8+156=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E089C is #A1F763. Grayscale: #323232. Windows color (decimal): -10614628 or 10225758. OLE color: 10225758.
HSL color Cylindrical-coordinate representation of color #5E089C: hue angle of 274.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E089C is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 8 | 156 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.39 |
| HSL | 274.86º | 0.9% | 0.32% | - |
| HSV(B) | 274.86º | 0.95% | 0.61% | - |
| XYZ | 10.7 | 4.95 | 31.84 | - |
| YUV | 50.59 | 187.49 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 156 | 0.40 | 0.95 | 0 | 0.39 | 274.86 | 0.9 | 0.32 |
| Hex | 5E | 8 | 9C | 28 | 5F | 0 | 27 | 113 | 5A | 20 |
| Octal | 136 | 10 | 234 | 50 | 137 | 0 | 47 | 423 | 132 | 40 |
| Binary | 1011110 | 1000 | 10011100 | 101000 | 1011111 | 0 | 100111 | 100010011 | 1011010 | 100000 |
Color Harmonies of #5E089C
Complementary color
Monochromatic Colors of #5E089C
Black with #5E089C
Text Example
Text Example
White with #5E089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E089C; }
p { color: rgb(94,8,156); }
H1.HeaderClassName
{
color: #5E089C;
}
.AnyTagClassName
{
color: #5E089C;
}
</style>
background-color css
<style>
a { background-color: #5E089C; }
a { background-color: rgb(94,8,156); }
div.DivClassName
{
background-color: #5E089C;
}
.BgClassName
{
background-color: #5E089C;
}
</style>
border-color css
<style>
span { border-color: #5E089C; }
span { border-color: rgb(94,8,156); }
td.TdClassName
{
border-color: #5E089C;
}
.TagClassName
{
border-color: #5E089C;
}
</style>