Shades of Indigo #5E109C
Tints of Indigo #5E109C
RGB
CMYK
RGB Variations
Color information
#5E109C (or 0x5E109C) is known color: Indigo. HEX triplet: 5E, 10 and 9C. RGB value is (94,16,156). Sum of RGB (Red+Green+Blue) = 94+16+156=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E109C is #A1EF63. Grayscale: #363636. Windows color (decimal): -10612580 or 10227806. OLE color: 10227806.
HSL color Cylindrical-coordinate representation of color #5E109C: hue angle of 273.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E109C is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 16 | 156 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.39 |
| HSL | 273.43º | 0.81% | 0.34% | - |
| HSV(B) | 273.43º | 0.9% | 0.61% | - |
| XYZ | 10.8 | 5.15 | 31.88 | - |
| YUV | 55.28 | 184.84 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 156 | 0.40 | 0.90 | 0 | 0.39 | 273.43 | 0.81 | 0.34 |
| Hex | 5E | 10 | 9C | 28 | 5A | 0 | 27 | 111 | 51 | 22 |
| Octal | 136 | 20 | 234 | 50 | 132 | 0 | 47 | 421 | 121 | 42 |
| Binary | 1011110 | 10000 | 10011100 | 101000 | 1011010 | 0 | 100111 | 100010001 | 1010001 | 100010 |
Color Harmonies of #5E109C
Complementary color
Monochromatic Colors of #5E109C
Black with #5E109C
Text Example
Text Example
White with #5E109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E109C; }
p { color: rgb(94,16,156); }
H1.HeaderClassName
{
color: #5E109C;
}
.AnyTagClassName
{
color: #5E109C;
}
</style>
background-color css
<style>
a { background-color: #5E109C; }
a { background-color: rgb(94,16,156); }
div.DivClassName
{
background-color: #5E109C;
}
.BgClassName
{
background-color: #5E109C;
}
</style>
border-color css
<style>
span { border-color: #5E109C; }
span { border-color: rgb(94,16,156); }
td.TdClassName
{
border-color: #5E109C;
}
.TagClassName
{
border-color: #5E109C;
}
</style>