Shades of Indigo #5E0D83
Tints of Indigo #5E0D83
RGB
CMYK
RGB Variations
Color information
#5E0D83 (or 0x5E0D83) is known color: Indigo. HEX triplet: 5E, 0D and 83. RGB value is (94,13,131). Sum of RGB (Red+Green+Blue) = 94+13+131=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E0D83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0D83 is #A1F27C. Grayscale: #323232. Windows color (decimal): -10613373 or 8588638. OLE color: 8588638.
HSL color Cylindrical-coordinate representation of color #5E0D83: hue angle of 281.19º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0D83 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 13 | 131 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.49 |
| HSL | 281.19º | 0.82% | 0.28% | - |
| HSV(B) | 281.19º | 0.9% | 0.51% | - |
| XYZ | 8.86 | 4.31 | 21.84 | - |
| YUV | 50.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 131 | 0.28 | 0.90 | 0 | 0.49 | 281.19 | 0.82 | 0.28 |
| Hex | 5E | D | 83 | 1C | 5A | 0 | 31 | 119 | 52 | 1C |
| Octal | 136 | 15 | 203 | 34 | 132 | 0 | 61 | 431 | 122 | 34 |
| Binary | 1011110 | 1101 | 10000011 | 11100 | 1011010 | 0 | 110001 | 100011001 | 1010010 | 11100 |
Color Harmonies of #5E0D83
Complementary color
Monochromatic Colors of #5E0D83
Black with #5E0D83
Text Example
Text Example
White with #5E0D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D83; }
p { color: rgb(94,13,131); }
H1.HeaderClassName
{
color: #5E0D83;
}
.AnyTagClassName
{
color: #5E0D83;
}
</style>
background-color css
<style>
a { background-color: #5E0D83; }
a { background-color: rgb(94,13,131); }
div.DivClassName
{
background-color: #5E0D83;
}
.BgClassName
{
background-color: #5E0D83;
}
</style>
border-color css
<style>
span { border-color: #5E0D83; }
span { border-color: rgb(94,13,131); }
td.TdClassName
{
border-color: #5E0D83;
}
.TagClassName
{
border-color: #5E0D83;
}
</style>