Shades of Indigo #5E0D84
Tints of Indigo #5E0D84
RGB
CMYK
RGB Variations
Color information
#5E0D84 (or 0x5E0D84) is known color: Indigo. HEX triplet: 5E, 0D and 84. RGB value is (94,13,132). Sum of RGB (Red+Green+Blue) = 94+13+132=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E0D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0D84 is #A1F27B. Grayscale: #323232. Windows color (decimal): -10613372 or 8654174. OLE color: 8654174.
HSL color Cylindrical-coordinate representation of color #5E0D84: hue angle of 280.84º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0D84 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 13 | 132 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.48 |
| HSL | 280.84º | 0.82% | 0.28% | - |
| HSV(B) | 280.84º | 0.9% | 0.52% | - |
| XYZ | 8.92 | 4.33 | 22.2 | - |
| YUV | 50.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 132 | 0.29 | 0.90 | 0 | 0.48 | 280.84 | 0.82 | 0.28 |
| Hex | 5E | D | 84 | 1D | 5A | 0 | 30 | 119 | 52 | 1C |
| Octal | 136 | 15 | 204 | 35 | 132 | 0 | 60 | 431 | 122 | 34 |
| Binary | 1011110 | 1101 | 10000100 | 11101 | 1011010 | 0 | 110000 | 100011001 | 1010010 | 11100 |
Color Harmonies of #5E0D84
Complementary color
Monochromatic Colors of #5E0D84
Black with #5E0D84
Text Example
Text Example
White with #5E0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D84; }
p { color: rgb(94,13,132); }
H1.HeaderClassName
{
color: #5E0D84;
}
.AnyTagClassName
{
color: #5E0D84;
}
</style>
background-color css
<style>
a { background-color: #5E0D84; }
a { background-color: rgb(94,13,132); }
div.DivClassName
{
background-color: #5E0D84;
}
.BgClassName
{
background-color: #5E0D84;
}
</style>
border-color css
<style>
span { border-color: #5E0D84; }
span { border-color: rgb(94,13,132); }
td.TdClassName
{
border-color: #5E0D84;
}
.TagClassName
{
border-color: #5E0D84;
}
</style>