#700FEF

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

Shades of Electric Indigo #700FEF

Tints of Electric Indigo #700FEF

Color information

#700FEF (or 0x700FEF) is unknown color: approx Electric Indigo. HEX triplet: 70, 0F and EF. RGB value is (112,15,239). Sum of RGB (Red+Green+Blue) = 112+15+239=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #700FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FEF is #8FF010. Grayscale: #444444. Windows color (decimal): -9433105 or 15667056. OLE color: 15667056.

HSL color Cylindrical-coordinate representation of color #700FEF: hue angle of 265.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FEF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11215239-
CMYK0.530.9400.06
HSL265.98º88.19%49.8%-
HSV(B)265.98º93.72%93.73%-
XYZ22.4310.0282.41-
YUV69.54223.64158.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 15 (6.25% from 255) = 4.10%
BLUE value IS 239 (93.75% from 255) = 65.30%
R=30.60%
G=4.10%
B=65.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112152390.530.9400.06265.9888.1949.8
Hex70FEF355E0610a5832
Octal16017357651360641213062
Binary1110000111111101111110101101111001101000010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700FEF; }

 p { color: rgb(112,15,239); }

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

<style>
 a { background-color: #700FEF; }

 a { background-color: rgb(112,15,239); }

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

<style>
 span { border-color: #700FEF; }

 span { border-color: rgb(112,15,239); }

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