Html Css Color HEX #700EEE Electric Indigo

📋 copy color: '#700EEE'

red 112 ◦ green 14 ◦ blue 238

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

Shades of Electric Indigo #700EEE

Tints of Electric Indigo #700EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 30.77%
G = 3.85%
B = 65.38%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#700EEE (or 0x700EEE) is known color: Electric Indigo. HEX triplet: 70, 0E and EE. RGB value is (112,14,238). Sum of RGB (Red+Green+Blue) = 112+14+238=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #700EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EEE is #8FF111. Grayscale: #444444. Windows color (decimal): -9433362 or 15601264. OLE color: 15601264.

HSL color Cylindrical-coordinate representation of color #700EEE: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EEE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 14 238 -
CMYK 0.53 0.94 0 0.07
HSL 266.25º 0.89% 0.49% -
HSV(B) 266.25º 0.94% 0.93% -
XYZ 22.27 9.93 81.63 -
YUV 68.84 223.47 158.79 -
System Red Green Blue C M Y K H S L
Decimal 112 14 238 0.53 0.94 0 0.07 266.25 0.89 0.49
Hex 70 E EE 35 5E 0 7 10A 59 31
Octal 160 16 356 65 136 0 7 412 131 61
Binary 1110000 1110 11101110 110101 1011110 0 111 100001010 1011001 110001

Color Harmonies of #700EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EEE

Black with #700EEE

Text Example


Text Example

White with #700EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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