#7C05EA

Color #7C05EA Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7C05EA

Tints of Electric Indigo #7C05EA

Color information

#7C05EA (or 0x7C05EA) is unknown color: approx Electric Indigo. HEX triplet: 7C, 05 and EA. RGB value is (124,5,234). Sum of RGB (Red+Green+Blue) = 124+5+234=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C05EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C05EA is #83FA15. Grayscale: #414141. Windows color (decimal): -8649238 or 15336828. OLE color: 15336828.

HSL color Cylindrical-coordinate representation of color #7C05EA: hue angle of 271.18º 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 #7C05EA is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1245234-
CMYK0.470.9800.08
HSL271.18º95.82%46.86%-
HSV(B)271.18º97.86%91.76%-
XYZ23.2210.3378.61-
YUV66.69222.42168.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 234 (91.80% from 255) = 64.46%
R=34.16%
G=1.38%
B=64.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal12452340.470.9800.08271.1895.8246.86
Hex7C5EA2F620810f602f
Octal17453525714201041714057
Binary1111100101111010101011111100010010001000011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C05EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C05EA; }

 p { color: rgb(124,5,234); }

 H1.HeaderClassName
 {
   color: #7C05EA;
 }
 .AnyTagClassName
 {
   color: #7C05EA;
 }
</style>
background-color css

<style>
 a { background-color: #7C05EA; }

 a { background-color: rgb(124,5,234); }

 div.DivClassName
 {
   background-color: #7C05EA;
 }
 .BgClassName
 {
   background-color: #7C05EA;
 }
</style>
border-color css

<style>
 span { border-color: #7C05EA; }

 span { border-color: rgb(124,5,234); }

 td.TdClassName
 {
   border-color: #7C05EA;
 }
 .TagClassName
 {
   border-color: #7C05EA;
 }
</style>