#7D05EA

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

Shades of Electric Indigo #7D05EA

Tints of Electric Indigo #7D05EA

Color information

#7D05EA (or 0x7D05EA) is unknown color: approx Electric Indigo. HEX triplet: 7D, 05 and EA. RGB value is (125,5,234). Sum of RGB (Red+Green+Blue) = 125+5+234=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D05EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D05EA is #82FA15. Grayscale: #424242. Windows color (decimal): -8583702 or 15336829. OLE color: 15336829.

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

Color convert

RGB1255234-
CMYK0.470.9800.08
HSL271.44º95.82%46.86%-
HSV(B)271.44º97.86%91.76%-
XYZ23.3610.4178.62-
YUV66.99222.26169.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 234 (91.80% from 255) = 64.29%
R=34.34%
G=1.37%
B=64.29%

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
Decimal12552340.470.9800.08271.4495.8246.86
Hex7D5EA2F620810f602f
Octal17553525714201041714057
Binary1111101101111010101011111100010010001000011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D05EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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