Shades of Electric Indigo #7C04EA
Tints of Electric Indigo #7C04EA
RGB
CMYK
RGB Variations
Color information
#7C04EA (or 0x7C04EA) is known color: Electric Indigo. HEX triplet: 7C, 04 and EA. RGB value is (124,4,234). Sum of RGB (Red+Green+Blue) = 124+4+234=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C04EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C04EA is #83FB15. Grayscale: #414141. Windows color (decimal): -8649494 or 15336572. OLE color: 15336572.
HSL color Cylindrical-coordinate representation of color #7C04EA: hue angle of 271.3º degrees, saturation: 0.97, 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 #7C04EA is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 4 | 234 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.08 |
| HSL | 271.3º | 0.97% | 0.47% | - |
| HSV(B) | 271.3º | 0.98% | 0.92% | - |
| XYZ | 23.21 | 10.31 | 78.61 | - |
| YUV | 66.1 | 222.76 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 234 | 0.47 | 0.98 | 0 | 0.08 | 271.3 | 0.97 | 0.47 |
| Hex | 7C | 4 | EA | 2F | 62 | 0 | 8 | 10F | 61 | 2F |
| Octal | 174 | 4 | 352 | 57 | 142 | 0 | 10 | 417 | 141 | 57 |
| Binary | 1111100 | 100 | 11101010 | 101111 | 1100010 | 0 | 1000 | 100001111 | 1100001 | 101111 |
Color Harmonies of #7C04EA
Complementary color
Monochromatic Colors of #7C04EA
Black with #7C04EA
Text Example
Text Example
White with #7C04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C04EA; }
p { color: rgb(124,4,234); }
H1.HeaderClassName
{
color: #7C04EA;
}
.AnyTagClassName
{
color: #7C04EA;
}
</style>
background-color css
<style>
a { background-color: #7C04EA; }
a { background-color: rgb(124,4,234); }
div.DivClassName
{
background-color: #7C04EA;
}
.BgClassName
{
background-color: #7C04EA;
}
</style>
border-color css
<style>
span { border-color: #7C04EA; }
span { border-color: rgb(124,4,234); }
td.TdClassName
{
border-color: #7C04EA;
}
.TagClassName
{
border-color: #7C04EA;
}
</style>