#7009EA

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

Shades of Electric Indigo #7009EA

Tints of Electric Indigo #7009EA

Color information

#7009EA (or 0x7009EA) is unknown color: approx Electric Indigo. HEX triplet: 70, 09 and EA. RGB value is (112,9,234). Sum of RGB (Red+Green+Blue) = 112+9+234=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 9 (3.91% from 255 or 2.54% 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 #7009EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7009EA is #8FF615. Grayscale: #404040. Windows color (decimal): -9434646 or 15337840. OLE color: 15337840.

HSL color Cylindrical-coordinate representation of color #7009EA: hue angle of 267.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7009EA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1129234-
CMYK0.520.9600.08
HSL267.47º92.59%47.65%-
HSV(B)267.47º96.15%91.76%-
XYZ21.639.5878.55-
YUV65.45223.12161.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 234 (91.80% from 255) = 65.92%
R=31.55%
G=2.54%
B=65.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11292340.520.9600.08267.4792.5947.65
Hex709EA34600810b5d30
Octal160113526414001041313560
Binary11100001001111010101101001100000010001000010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7009EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,9,234); }

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

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

 a { background-color: rgb(112,9,234); }

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

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

 span { border-color: rgb(112,9,234); }

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