Shades of Indigo #5E099C
Tints of Indigo #5E099C
RGB
CMYK
RGB Variations
Color information
#5E099C (or 0x5E099C) is known color: Indigo. HEX triplet: 5E, 09 and 9C. RGB value is (94,9,156). Sum of RGB (Red+Green+Blue) = 94+9+156=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E099C is #A1F663. Grayscale: #323232. Windows color (decimal): -10614372 or 10226014. OLE color: 10226014.
HSL color Cylindrical-coordinate representation of color #5E099C: hue angle of 274.69º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E099C is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 9 | 156 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.39 |
| HSL | 274.69º | 0.89% | 0.32% | - |
| HSV(B) | 274.69º | 0.94% | 0.61% | - |
| XYZ | 10.71 | 4.98 | 31.85 | - |
| YUV | 51.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 156 | 0.40 | 0.94 | 0 | 0.39 | 274.69 | 0.89 | 0.32 |
| Hex | 5E | 9 | 9C | 28 | 5E | 0 | 27 | 113 | 59 | 20 |
| Octal | 136 | 11 | 234 | 50 | 136 | 0 | 47 | 423 | 131 | 40 |
| Binary | 1011110 | 1001 | 10011100 | 101000 | 1011110 | 0 | 100111 | 100010011 | 1011001 | 100000 |
Color Harmonies of #5E099C
Complementary color
Monochromatic Colors of #5E099C
Black with #5E099C
Text Example
Text Example
White with #5E099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E099C; }
p { color: rgb(94,9,156); }
H1.HeaderClassName
{
color: #5E099C;
}
.AnyTagClassName
{
color: #5E099C;
}
</style>
background-color css
<style>
a { background-color: #5E099C; }
a { background-color: rgb(94,9,156); }
div.DivClassName
{
background-color: #5E099C;
}
.BgClassName
{
background-color: #5E099C;
}
</style>
border-color css
<style>
span { border-color: #5E099C; }
span { border-color: rgb(94,9,156); }
td.TdClassName
{
border-color: #5E099C;
}
.TagClassName
{
border-color: #5E099C;
}
</style>