Html Css Color HEX #700EDF Electric Indigo

📋 copy color: '#700EDF'

red 112 ◦ green 14 ◦ blue 223

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

Shades of Electric Indigo #700EDF

Tints of Electric Indigo #700EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.9%

R = 32.09%
G = 4.01%
B = 63.9%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#700EDF (or 0x700EDF) is known color: Electric Indigo. HEX triplet: 70, 0E and DF. RGB value is (112,14,223). Sum of RGB (Red+Green+Blue) = 112+14+223=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #700EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EDF is #8FF120. Grayscale: #424242. Windows color (decimal): -9433377 or 14618224. OLE color: 14618224.

HSL color Cylindrical-coordinate representation of color #700EDF: hue angle of 268.13º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EDF is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 14 223 -
CMYK 0.50 0.94 0 0.13
HSL 268.13º 0.88% 0.46% -
HSV(B) 268.13º 0.94% 0.87% -
XYZ 20.16 9.09 70.5 -
YUV 67.13 215.97 160.01 -
System Red Green Blue C M Y K H S L
Decimal 112 14 223 0.50 0.94 0 0.13 268.13 0.88 0.46
Hex 70 E DF 32 5E 0 D 10C 58 2E
Octal 160 16 337 62 136 0 15 414 130 56
Binary 1110000 1110 11011111 110010 1011110 0 1101 100001100 1011000 101110

Color Harmonies of #700EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EDF

Black with #700EDF

Text Example


Text Example

White with #700EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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