Html Css Color HEX #700EEF Electric Indigo

📋 copy color: '#700EEF'

red 112 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #700EEF

Tints of Electric Indigo #700EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.48%

R = 30.68%
G = 3.84%
B = 65.48%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#700EEF (or 0x700EEF) is known color: Electric Indigo. HEX triplet: 70, 0E and EF. RGB value is (112,14,239). Sum of RGB (Red+Green+Blue) = 112+14+239=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #700EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EEF is #8FF110. Grayscale: #444444. Windows color (decimal): -9433361 or 15666800. OLE color: 15666800.

HSL color Cylindrical-coordinate representation of color #700EEF: hue angle of 266.13º degrees, saturation: 0.89, 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 #700EEF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 14 239 -
CMYK 0.53 0.94 0 0.06
HSL 266.13º 0.89% 0.5% -
HSV(B) 266.13º 0.94% 0.94% -
XYZ 22.42 9.99 82.41 -
YUV 68.95 223.97 158.7 -
System Red Green Blue C M Y K H S L
Decimal 112 14 239 0.53 0.94 0 0.06 266.13 0.89 0.5
Hex 70 E EF 35 5E 0 6 10A 59 32
Octal 160 16 357 65 136 0 6 412 131 62
Binary 1110000 1110 11101111 110101 1011110 0 110 100001010 1011001 110010

Color Harmonies of #700EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EEF

Black with #700EEF

Text Example


Text Example

White with #700EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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