#7D07EA

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

Shades of Electric Indigo #7D07EA

Tints of Electric Indigo #7D07EA

Color information

#7D07EA (or 0x7D07EA) is unknown color: approx Electric Indigo. HEX triplet: 7D, 07 and EA. RGB value is (125,7,234). Sum of RGB (Red+Green+Blue) = 125+7+234=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D07EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D07EA is #82F815. Grayscale: #434343. Windows color (decimal): -8583190 or 15337341. OLE color: 15337341.

HSL color Cylindrical-coordinate representation of color #7D07EA: hue angle of 271.19º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D07EA is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1257234-
CMYK0.470.9700.08
HSL271.19º94.19%47.25%-
HSV(B)271.19º97.01%91.76%-
XYZ23.3810.4578.63-
YUV68.16221.59168.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.15%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 234 (91.80% from 255) = 63.93%
R=34.15%
G=1.91%
B=63.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal12572340.470.9700.08271.1994.1947.25
Hex7D7EA2F610810f5e2f
Octal17573525714101041713657
Binary1111101111111010101011111100001010001000011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D07EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,7,234); }

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

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

 a { background-color: rgb(125,7,234); }

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

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

 span { border-color: rgb(125,7,234); }

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