Shades of Indigo #5E109B
Tints of Indigo #5E109B
RGB
CMYK
RGB Variations
Color information
#5E109B (or 0x5E109B) is known color: Indigo. HEX triplet: 5E, 10 and 9B. RGB value is (94,16,155). Sum of RGB (Red+Green+Blue) = 94+16+155=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E109B is #A1EF64. Grayscale: #363636. Windows color (decimal): -10612581 or 10162270. OLE color: 10162270.
HSL color Cylindrical-coordinate representation of color #5E109B: hue angle of 273.67º 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 #5E109B is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 16 | 155 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.39 |
| HSL | 273.67º | 0.81% | 0.34% | - |
| HSV(B) | 273.67º | 0.9% | 0.61% | - |
| XYZ | 10.72 | 5.12 | 31.43 | - |
| YUV | 55.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 155 | 0.39 | 0.90 | 0 | 0.39 | 273.67 | 0.81 | 0.34 |
| Hex | 5E | 10 | 9B | 27 | 5A | 0 | 27 | 112 | 51 | 22 |
| Octal | 136 | 20 | 233 | 47 | 132 | 0 | 47 | 422 | 121 | 42 |
| Binary | 1011110 | 10000 | 10011011 | 100111 | 1011010 | 0 | 100111 | 100010010 | 1010001 | 100010 |
Color Harmonies of #5E109B
Complementary color
Monochromatic Colors of #5E109B
Black with #5E109B
Text Example
Text Example
White with #5E109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E109B; }
p { color: rgb(94,16,155); }
H1.HeaderClassName
{
color: #5E109B;
}
.AnyTagClassName
{
color: #5E109B;
}
</style>
background-color css
<style>
a { background-color: #5E109B; }
a { background-color: rgb(94,16,155); }
div.DivClassName
{
background-color: #5E109B;
}
.BgClassName
{
background-color: #5E109B;
}
</style>
border-color css
<style>
span { border-color: #5E109B; }
span { border-color: rgb(94,16,155); }
td.TdClassName
{
border-color: #5E109B;
}
.TagClassName
{
border-color: #5E109B;
}
</style>