#7004F9

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

Shades of Electric Indigo #7004F9

Tints of Electric Indigo #7004F9

Color information

#7004F9 (or 0x7004F9) is unknown color: approx Electric Indigo. HEX triplet: 70, 04 and F9. RGB value is (112,4,249). Sum of RGB (Red+Green+Blue) = 112+4+249=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #7004F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7004F9 is #8FFB06. Grayscale: #3F3F3F. Windows color (decimal): -9435911 or 16319600. OLE color: 16319600.

HSL color Cylindrical-coordinate representation of color #7004F9: hue angle of 266.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004F9 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1124249-
CMYK0.550.9800.02
HSL266.45º96.84%49.61%-
HSV(B)266.45º98.39%97.65%-
XYZ23.8210.3790.37-
YUV64.22232.28162.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 249 (97.66% from 255) = 68.22%
R=30.68%
G=1.10%
B=68.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11242490.550.9800.02266.4596.8449.61
Hex704F937620210a6132
Octal1604371671420241214162
Binary11100001001111100111011111000100101000010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7004F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7004F9; }

 p { color: rgb(112,4,249); }

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

<style>
 a { background-color: #7004F9; }

 a { background-color: rgb(112,4,249); }

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

<style>
 span { border-color: #7004F9; }

 span { border-color: rgb(112,4,249); }

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