Html Css Color HEX #700DEC Electric Indigo

📋 copy color: '#700DEC'

red 112 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #700DEC

Tints of Electric Indigo #700DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

 BLUE value IS 236 (92.58% from 255) = 65.37%

R = 31.02%
G = 3.6%
B = 65.37%

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

#700DEC (or 0x700DEC) is known color: Electric Indigo. HEX triplet: 70, 0D and EC. RGB value is (112,13,236). Sum of RGB (Red+Green+Blue) = 112+13+236=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #700DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700DEC is #8FF213. Grayscale: #434343. Windows color (decimal): -9433620 or 15469936. OLE color: 15469936.

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

Color convert

RGB 112 13 236 -
CMYK 0.53 0.94 0 0.07
HSL 266.64º 0.9% 0.49% -
HSV(B) 266.64º 0.94% 0.93% -
XYZ 21.97 9.79 80.09 -
YUV 68.02 222.8 159.37 -
System Red Green Blue C M Y K H S L
Decimal 112 13 236 0.53 0.94 0 0.07 266.64 0.9 0.49
Hex 70 D EC 35 5E 0 7 10B 5A 31
Octal 160 15 354 65 136 0 7 413 132 61
Binary 1110000 1101 11101100 110101 1011110 0 111 100001011 1011010 110001

Color Harmonies of #700DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DEC

Black with #700DEC

Text Example


Text Example

White with #700DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,13,236); }

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

background-color css

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

 a { background-color: rgb(112,13,236); }

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

border-color css

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

 span { border-color: rgb(112,13,236); }

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