Shades of Electric Indigo #5C05EA
Tints of Electric Indigo #5C05EA
RGB
CMYK
RGB Variations
Color information
#5C05EA (or 0x5C05EA) is known color: Electric Indigo. HEX triplet: 5C, 05 and EA. RGB value is (92,5,234). Sum of RGB (Red+Green+Blue) = 92+5+234=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C05EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C05EA is #A3FA15. Grayscale: #383838. Windows color (decimal): -10746390 or 15336796. OLE color: 15336796.
HSL color Cylindrical-coordinate representation of color #5C05EA: hue angle of 262.79º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C05EA is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 5 | 234 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.08 |
| HSL | 262.79º | 0.96% | 0.47% | - |
| HSV(B) | 262.79º | 0.98% | 0.92% | - |
| XYZ | 19.32 | 8.32 | 78.43 | - |
| YUV | 57.12 | 227.82 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 234 | 0.61 | 0.98 | 0 | 0.08 | 262.79 | 0.96 | 0.47 |
| Hex | 5C | 5 | EA | 3D | 62 | 0 | 8 | 107 | 60 | 2F |
| Octal | 134 | 5 | 352 | 75 | 142 | 0 | 10 | 407 | 140 | 57 |
| Binary | 1011100 | 101 | 11101010 | 111101 | 1100010 | 0 | 1000 | 100000111 | 1100000 | 101111 |
Color Harmonies of #5C05EA
Complementary color
Monochromatic Colors of #5C05EA
Black with #5C05EA
Text Example
Text Example
White with #5C05EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C05EA; }
p { color: rgb(92,5,234); }
H1.HeaderClassName
{
color: #5C05EA;
}
.AnyTagClassName
{
color: #5C05EA;
}
</style>
background-color css
<style>
a { background-color: #5C05EA; }
a { background-color: rgb(92,5,234); }
div.DivClassName
{
background-color: #5C05EA;
}
.BgClassName
{
background-color: #5C05EA;
}
</style>
border-color css
<style>
span { border-color: #5C05EA; }
span { border-color: rgb(92,5,234); }
td.TdClassName
{
border-color: #5C05EA;
}
.TagClassName
{
border-color: #5C05EA;
}
</style>