Shades of Indigo #5E167D
Tints of Indigo #5E167D
RGB
CMYK
RGB Variations
Color information
#5E167D (or 0x5E167D) is known color: Indigo. HEX triplet: 5E, 16 and 7D. RGB value is (94,22,125). Sum of RGB (Red+Green+Blue) = 94+22+125=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E167D is #A1E982. Grayscale: #363636. Windows color (decimal): -10611075 or 8197726. OLE color: 8197726.
HSL color Cylindrical-coordinate representation of color #5E167D: hue angle of 281.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E167D is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 22 | 125 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.51 |
| HSL | 281.94º | 0.7% | 0.29% | - |
| HSV(B) | 281.94º | 0.82% | 0.49% | - |
| XYZ | 8.6 | 4.43 | 19.8 | - |
| YUV | 55.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 125 | 0.25 | 0.82 | 0 | 0.51 | 281.94 | 0.7 | 0.29 |
| Hex | 5E | 16 | 7D | 19 | 52 | 0 | 33 | 11A | 46 | 1D |
| Octal | 136 | 26 | 175 | 31 | 122 | 0 | 63 | 432 | 106 | 35 |
| Binary | 1011110 | 10110 | 1111101 | 11001 | 1010010 | 0 | 110011 | 100011010 | 1000110 | 11101 |
Color Harmonies of #5E167D
Complementary color
Monochromatic Colors of #5E167D
Black with #5E167D
Text Example
Text Example
White with #5E167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E167D; }
p { color: rgb(94,22,125); }
H1.HeaderClassName
{
color: #5E167D;
}
.AnyTagClassName
{
color: #5E167D;
}
</style>
background-color css
<style>
a { background-color: #5E167D; }
a { background-color: rgb(94,22,125); }
div.DivClassName
{
background-color: #5E167D;
}
.BgClassName
{
background-color: #5E167D;
}
</style>
border-color css
<style>
span { border-color: #5E167D; }
span { border-color: rgb(94,22,125); }
td.TdClassName
{
border-color: #5E167D;
}
.TagClassName
{
border-color: #5E167D;
}
</style>