Shades of Indigo #5E169D
Tints of Indigo #5E169D
RGB
CMYK
RGB Variations
Color information
#5E169D (or 0x5E169D) is known color: Indigo. HEX triplet: 5E, 16 and 9D. RGB value is (94,22,157). Sum of RGB (Red+Green+Blue) = 94+22+157=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E169D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E169D is #A1E962. Grayscale: #3A3A3A. Windows color (decimal): -10611043 or 10294878. OLE color: 10294878.
HSL color Cylindrical-coordinate representation of color #5E169D: hue angle of 272º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E169D is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 22 | 157 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.38 |
| HSL | 272º | 0.75% | 0.35% | - |
| HSV(B) | 272º | 0.86% | 0.62% | - |
| XYZ | 10.99 | 5.39 | 32.36 | - |
| YUV | 58.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 157 | 0.40 | 0.86 | 0 | 0.38 | 272 | 0.75 | 0.35 |
| Hex | 5E | 16 | 9D | 28 | 56 | 0 | 26 | 110 | 4B | 23 |
| Octal | 136 | 26 | 235 | 50 | 126 | 0 | 46 | 420 | 113 | 43 |
| Binary | 1011110 | 10110 | 10011101 | 101000 | 1010110 | 0 | 100110 | 100010000 | 1001011 | 100011 |
Color Harmonies of #5E169D
Complementary color
Monochromatic Colors of #5E169D
Black with #5E169D
Text Example
Text Example
White with #5E169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E169D; }
p { color: rgb(94,22,157); }
H1.HeaderClassName
{
color: #5E169D;
}
.AnyTagClassName
{
color: #5E169D;
}
</style>
background-color css
<style>
a { background-color: #5E169D; }
a { background-color: rgb(94,22,157); }
div.DivClassName
{
background-color: #5E169D;
}
.BgClassName
{
background-color: #5E169D;
}
</style>
border-color css
<style>
span { border-color: #5E169D; }
span { border-color: rgb(94,22,157); }
td.TdClassName
{
border-color: #5E169D;
}
.TagClassName
{
border-color: #5E169D;
}
</style>