Shades of Electric Indigo #5C0AED
Tints of Electric Indigo #5C0AED
RGB
CMYK
RGB Variations
Color information
#5C0AED (or 0x5C0AED) is known color: Electric Indigo. HEX triplet: 5C, 0A and ED. RGB value is (92,10,237). Sum of RGB (Red+Green+Blue) = 92+10+237=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C0AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0AED is #A3F512. Grayscale: #3B3B3B. Windows color (decimal): -10745107 or 15534684. OLE color: 15534684.
HSL color Cylindrical-coordinate representation of color #5C0AED: hue angle of 261.67º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0AED is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 10 | 237 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.07 |
| HSL | 261.67º | 0.92% | 0.48% | - |
| HSV(B) | 261.67º | 0.96% | 0.93% | - |
| XYZ | 19.81 | 8.61 | 80.74 | - |
| YUV | 60.4 | 227.67 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 237 | 0.61 | 0.96 | 0 | 0.07 | 261.67 | 0.92 | 0.48 |
| Hex | 5C | A | ED | 3D | 60 | 0 | 7 | 106 | 5C | 30 |
| Octal | 134 | 12 | 355 | 75 | 140 | 0 | 7 | 406 | 134 | 60 |
| Binary | 1011100 | 1010 | 11101101 | 111101 | 1100000 | 0 | 111 | 100000110 | 1011100 | 110000 |
Color Harmonies of #5C0AED
Complementary color
Monochromatic Colors of #5C0AED
Black with #5C0AED
Text Example
Text Example
White with #5C0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0AED; }
p { color: rgb(92,10,237); }
H1.HeaderClassName
{
color: #5C0AED;
}
.AnyTagClassName
{
color: #5C0AED;
}
</style>
background-color css
<style>
a { background-color: #5C0AED; }
a { background-color: rgb(92,10,237); }
div.DivClassName
{
background-color: #5C0AED;
}
.BgClassName
{
background-color: #5C0AED;
}
</style>
border-color css
<style>
span { border-color: #5C0AED; }
span { border-color: rgb(92,10,237); }
td.TdClassName
{
border-color: #5C0AED;
}
.TagClassName
{
border-color: #5C0AED;
}
</style>