Shades of Indigo #5E167B
Tints of Indigo #5E167B
RGB
CMYK
RGB Variations
Color information
#5E167B (or 0x5E167B) is known color: Indigo. HEX triplet: 5E, 16 and 7B. RGB value is (94,22,123). Sum of RGB (Red+Green+Blue) = 94+22+123=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E167B is #A1E984. Grayscale: #363636. Windows color (decimal): -10611077 or 8066654. OLE color: 8066654.
HSL color Cylindrical-coordinate representation of color #5E167B: hue angle of 282.77º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E167B is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 22 | 123 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.52 |
| HSL | 282.77º | 0.7% | 0.28% | - |
| HSV(B) | 282.77º | 0.82% | 0.48% | - |
| XYZ | 8.48 | 4.38 | 19.14 | - |
| YUV | 55.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 123 | 0.24 | 0.82 | 0 | 0.52 | 282.77 | 0.7 | 0.28 |
| Hex | 5E | 16 | 7B | 18 | 52 | 0 | 34 | 11B | 46 | 1C |
| Octal | 136 | 26 | 173 | 30 | 122 | 0 | 64 | 433 | 106 | 34 |
| Binary | 1011110 | 10110 | 1111011 | 11000 | 1010010 | 0 | 110100 | 100011011 | 1000110 | 11100 |
Color Harmonies of #5E167B
Complementary color
Monochromatic Colors of #5E167B
Black with #5E167B
Text Example
Text Example
White with #5E167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E167B; }
p { color: rgb(94,22,123); }
H1.HeaderClassName
{
color: #5E167B;
}
.AnyTagClassName
{
color: #5E167B;
}
</style>
background-color css
<style>
a { background-color: #5E167B; }
a { background-color: rgb(94,22,123); }
div.DivClassName
{
background-color: #5E167B;
}
.BgClassName
{
background-color: #5E167B;
}
</style>
border-color css
<style>
span { border-color: #5E167B; }
span { border-color: rgb(94,22,123); }
td.TdClassName
{
border-color: #5E167B;
}
.TagClassName
{
border-color: #5E167B;
}
</style>