Shades of Indigo #5E0A85
Tints of Indigo #5E0A85
RGB
CMYK
RGB Variations
Color information
#5E0A85 (or 0x5E0A85) is known color: Indigo. HEX triplet: 5E, 0A and 85. RGB value is (94,10,133). Sum of RGB (Red+Green+Blue) = 94+10+133=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E0A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0A85 is #A1F57A. Grayscale: #303030. Windows color (decimal): -10614139 or 8718942. OLE color: 8718942.
HSL color Cylindrical-coordinate representation of color #5E0A85: hue angle of 280.98º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E0A85 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 10 | 133 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.48 |
| HSL | 280.98º | 0.86% | 0.28% | - |
| HSV(B) | 280.98º | 0.92% | 0.52% | - |
| XYZ | 8.96 | 4.29 | 22.55 | - |
| YUV | 49.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 133 | 0.29 | 0.92 | 0 | 0.48 | 280.98 | 0.86 | 0.28 |
| Hex | 5E | A | 85 | 1D | 5C | 0 | 30 | 119 | 56 | 1C |
| Octal | 136 | 12 | 205 | 35 | 134 | 0 | 60 | 431 | 126 | 34 |
| Binary | 1011110 | 1010 | 10000101 | 11101 | 1011100 | 0 | 110000 | 100011001 | 1010110 | 11100 |
Color Harmonies of #5E0A85
Complementary color
Monochromatic Colors of #5E0A85
Black with #5E0A85
Text Example
Text Example
White with #5E0A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0A85; }
p { color: rgb(94,10,133); }
H1.HeaderClassName
{
color: #5E0A85;
}
.AnyTagClassName
{
color: #5E0A85;
}
</style>
background-color css
<style>
a { background-color: #5E0A85; }
a { background-color: rgb(94,10,133); }
div.DivClassName
{
background-color: #5E0A85;
}
.BgClassName
{
background-color: #5E0A85;
}
</style>
border-color css
<style>
span { border-color: #5E0A85; }
span { border-color: rgb(94,10,133); }
td.TdClassName
{
border-color: #5E0A85;
}
.TagClassName
{
border-color: #5E0A85;
}
</style>