Html Css Color HEX #700EDD Electric Indigo

📋 copy color: '#700EDD'

red 112 ◦ green 14 ◦ blue 221

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

Shades of Electric Indigo #700EDD

Tints of Electric Indigo #700EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 32.28%
G = 4.03%
B = 63.69%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#700EDD (or 0x700EDD) is known color: Electric Indigo. HEX triplet: 70, 0E and DD. RGB value is (112,14,221). Sum of RGB (Red+Green+Blue) = 112+14+221=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #700EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EDD is #8FF122. Grayscale: #424242. Windows color (decimal): -9433379 or 14487152. OLE color: 14487152.

HSL color Cylindrical-coordinate representation of color #700EDD: hue angle of 268.41º 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 #700EDD is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 14 221 -
CMYK 0.49 0.94 0 0.13
HSL 268.41º 0.88% 0.46% -
HSV(B) 268.41º 0.94% 0.87% -
XYZ 19.89 8.98 69.09 -
YUV 66.9 214.97 160.17 -
System Red Green Blue C M Y K H S L
Decimal 112 14 221 0.49 0.94 0 0.13 268.41 0.88 0.46
Hex 70 E DD 31 5E 0 D 10C 58 2E
Octal 160 16 335 61 136 0 15 414 130 56
Binary 1110000 1110 11011101 110001 1011110 0 1101 100001100 1011000 101110

Color Harmonies of #700EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EDD

Black with #700EDD

Text Example


Text Example

White with #700EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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