Html Css Color HEX #700FEA Electric Indigo

📋 copy color: '#700FEA'

red 112 ◦ green 15 ◦ blue 234

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

Shades of Electric Indigo #700FEA

Tints of Electric Indigo #700FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.16%

 BLUE value IS 234 (91.8% from 255) = 64.82%

R = 31.02%
G = 4.16%
B = 64.82%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#700FEA (or 0x700FEA) is known color: Electric Indigo. HEX triplet: 70, 0F and EA. RGB value is (112,15,234). Sum of RGB (Red+Green+Blue) = 112+15+234=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #700FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FEA is #8FF015. Grayscale: #444444. Windows color (decimal): -9433110 or 15339376. OLE color: 15339376.

HSL color Cylindrical-coordinate representation of color #700FEA: hue angle of 266.58º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FEA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 15 234 -
CMYK 0.52 0.94 0 0.08
HSL 266.58º 0.88% 0.49% -
HSV(B) 266.58º 0.94% 0.92% -
XYZ 21.7 9.73 78.58 -
YUV 68.97 221.14 158.69 -
System Red Green Blue C M Y K H S L
Decimal 112 15 234 0.52 0.94 0 0.08 266.58 0.88 0.49
Hex 70 F EA 34 5E 0 8 10B 58 31
Octal 160 17 352 64 136 0 10 413 130 61
Binary 1110000 1111 11101010 110100 1011110 0 1000 100001011 1011000 110001

Color Harmonies of #700FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FEA

Black with #700FEA

Text Example


Text Example

White with #700FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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