#7207EA

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

Shades of Electric Indigo #7207EA

Tints of Electric Indigo #7207EA

Color information

#7207EA (or 0x7207EA) is unknown color: approx Electric Indigo. HEX triplet: 72, 07 and EA. RGB value is (114,7,234). Sum of RGB (Red+Green+Blue) = 114+7+234=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #7207EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7207EA is #8DF815. Grayscale: #404040. Windows color (decimal): -9304086 or 15337330. OLE color: 15337330.

HSL color Cylindrical-coordinate representation of color #7207EA: hue angle of 268.28º 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 #7207EA is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1147234-
CMYK0.510.9700.08
HSL268.28º94.19%47.25%-
HSV(B)268.28º97.01%91.76%-
XYZ21.879.6778.56-
YUV64.87223.45163.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 234 (91.80% from 255) = 65.92%
R=32.11%
G=1.97%
B=65.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11472340.510.9700.08268.2894.1947.25
Hex727EA33610810c5e2f
Octal16273526314101041413657
Binary1110010111111010101100111100001010001000011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7207EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7207EA; }

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

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

<style>
 a { background-color: #7207EA; }

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

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

<style>
 span { border-color: #7207EA; }

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

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