Shades of Indigo #5E0CA4
Tints of Indigo #5E0CA4
RGB
CMYK
RGB Variations
Color information
#5E0CA4 (or 0x5E0CA4) is known color: Indigo. HEX triplet: 5E, 0C and A4. RGB value is (94,12,164). Sum of RGB (Red+Green+Blue) = 94+12+164=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 164 (64.45% from 255 or 60.74% from 270); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E0CA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0CA4 is #A1F35B. Grayscale: #353535. Windows color (decimal): -10613596 or 10751070. OLE color: 10751070.
HSL color Cylindrical-coordinate representation of color #5E0CA4: hue angle of 272.37º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0CA4 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 12 | 164 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.36 |
| HSL | 272.37º | 0.86% | 0.35% | - |
| HSV(B) | 272.37º | 0.93% | 0.64% | - |
| XYZ | 11.45 | 5.32 | 35.55 | - |
| YUV | 53.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 12 | 164 | 0.43 | 0.93 | 0 | 0.36 | 272.37 | 0.86 | 0.35 |
| Hex | 5E | C | A4 | 2B | 5D | 0 | 24 | 110 | 56 | 23 |
| Octal | 136 | 14 | 244 | 53 | 135 | 0 | 44 | 420 | 126 | 43 |
| Binary | 1011110 | 1100 | 10100100 | 101011 | 1011101 | 0 | 100100 | 100010000 | 1010110 | 100011 |
Color Harmonies of #5E0CA4
Complementary color
Monochromatic Colors of #5E0CA4
Black with #5E0CA4
Text Example
Text Example
White with #5E0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0CA4; }
p { color: rgb(94,12,164); }
H1.HeaderClassName
{
color: #5E0CA4;
}
.AnyTagClassName
{
color: #5E0CA4;
}
</style>
background-color css
<style>
a { background-color: #5E0CA4; }
a { background-color: rgb(94,12,164); }
div.DivClassName
{
background-color: #5E0CA4;
}
.BgClassName
{
background-color: #5E0CA4;
}
</style>
border-color css
<style>
span { border-color: #5E0CA4; }
span { border-color: rgb(94,12,164); }
td.TdClassName
{
border-color: #5E0CA4;
}
.TagClassName
{
border-color: #5E0CA4;
}
</style>