Shades of Indigo #5E0C84
Tints of Indigo #5E0C84
RGB
CMYK
RGB Variations
Color information
#5E0C84 (or 0x5E0C84) is known color: Indigo. HEX triplet: 5E, 0C and 84. RGB value is (94,12,132). Sum of RGB (Red+Green+Blue) = 94+12+132=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E0C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0C84 is #A1F37B. Grayscale: #313131. Windows color (decimal): -10613628 or 8653918. OLE color: 8653918.
HSL color Cylindrical-coordinate representation of color #5E0C84: hue angle of 281º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0C84 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 12 | 132 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.48 |
| HSL | 281º | 0.83% | 0.28% | - |
| HSV(B) | 281º | 0.91% | 0.52% | - |
| XYZ | 8.91 | 4.31 | 22.19 | - |
| YUV | 50.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 12 | 132 | 0.29 | 0.91 | 0 | 0.48 | 281 | 0.83 | 0.28 |
| Hex | 5E | C | 84 | 1D | 5B | 0 | 30 | 119 | 53 | 1C |
| Octal | 136 | 14 | 204 | 35 | 133 | 0 | 60 | 431 | 123 | 34 |
| Binary | 1011110 | 1100 | 10000100 | 11101 | 1011011 | 0 | 110000 | 100011001 | 1010011 | 11100 |
Color Harmonies of #5E0C84
Complementary color
Monochromatic Colors of #5E0C84
Black with #5E0C84
Text Example
Text Example
White with #5E0C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0C84; }
p { color: rgb(94,12,132); }
H1.HeaderClassName
{
color: #5E0C84;
}
.AnyTagClassName
{
color: #5E0C84;
}
</style>
background-color css
<style>
a { background-color: #5E0C84; }
a { background-color: rgb(94,12,132); }
div.DivClassName
{
background-color: #5E0C84;
}
.BgClassName
{
background-color: #5E0C84;
}
</style>
border-color css
<style>
span { border-color: #5E0C84; }
span { border-color: rgb(94,12,132); }
td.TdClassName
{
border-color: #5E0C84;
}
.TagClassName
{
border-color: #5E0C84;
}
</style>