#7007E8

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

Shades of Electric Indigo #7007E8

Tints of Electric Indigo #7007E8

Color information

#7007E8 (or 0x7007E8) is unknown color: approx Electric Indigo. HEX triplet: 70, 07 and E8. RGB value is (112,7,232). Sum of RGB (Red+Green+Blue) = 112+7+232=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #7007E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7007E8 is #8FF817. Grayscale: #3F3F3F. Windows color (decimal): -9435160 or 15206256. OLE color: 15206256.

HSL color Cylindrical-coordinate representation of color #7007E8: hue angle of 268º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7007E8 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1127232-
CMYK0.520.9700.09
HSL268º94.14%46.86%-
HSV(B)268º96.98%90.98%-
XYZ21.329.4277.04-
YUV64.04222.79162.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 232 (91.02% from 255) = 66.10%
R=31.91%
G=1.99%
B=66.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11272320.520.9700.0926894.1446.86
Hex707E834610910c5e2f
Octal16073506414101141413657
Binary1110000111111010001101001100001010011000011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7007E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7007E8; }

 p { color: rgb(112,7,232); }

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

<style>
 a { background-color: #7007E8; }

 a { background-color: rgb(112,7,232); }

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

<style>
 span { border-color: #7007E8; }

 span { border-color: rgb(112,7,232); }

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