Html Css Color HEX #700EFA Electric Indigo

📋 copy color: '#700EFA'

red 112 ◦ green 14 ◦ blue 250

#700EFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #700EFA

Tints of Electric Indigo #700EFA

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

 GREEN value IS 14 (5.86% from 255) = 3.72%

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 29.79%
G = 3.72%
B = 66.49%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#700EFA (or 0x700EFA) is known color: Electric Indigo. HEX triplet: 70, 0E and FA. RGB value is (112,14,250). Sum of RGB (Red+Green+Blue) = 112+14+250=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #700EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EFA is #8FF105. Grayscale: #454545. Windows color (decimal): -9433350 or 16387696. OLE color: 16387696.

HSL color Cylindrical-coordinate representation of color #700EFA: hue angle of 264.92º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EFA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 14 250 -
CMYK 0.55 0.94 0 0.02
HSL 264.92º 0.96% 0.52% -
HSV(B) 264.92º 0.94% 0.98% -
XYZ 24.09 10.66 91.23 -
YUV 70.21 229.47 157.81 -
System Red Green Blue C M Y K H S L
Decimal 112 14 250 0.55 0.94 0 0.02 264.92 0.96 0.52
Hex 70 E FA 37 5E 0 2 109 60 34
Octal 160 16 372 67 136 0 2 411 140 64
Binary 1110000 1110 11111010 110111 1011110 0 10 100001001 1100000 110100

Color Harmonies of #700EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EFA

Black with #700EFA

Text Example


Text Example

White with #700EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,14,250); }

 H1.HeaderClassName
 {
   color: #700EFA;
 }
 .AnyTagClassName
 {
   color: #700EFA;
 }
</style>

background-color css

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

 a { background-color: rgb(112,14,250); }

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

border-color css

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

 span { border-color: rgb(112,14,250); }

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