Html Css Color HEX #700FEC Electric Indigo

📋 copy color: '#700FEC'

red 112 ◦ green 15 ◦ blue 236

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

Shades of Electric Indigo #700FEC

Tints of Electric Indigo #700FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

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

R = 30.85%
G = 4.13%
B = 65.01%

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

#700FEC (or 0x700FEC) is known color: Electric Indigo. HEX triplet: 70, 0F and EC. RGB value is (112,15,236). Sum of RGB (Red+Green+Blue) = 112+15+236=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #700FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FEC is #8FF013. Grayscale: #444444. Windows color (decimal): -9433108 or 15470448. OLE color: 15470448.

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

Color convert

RGB 112 15 236 -
CMYK 0.53 0.94 0 0.07
HSL 266.33º 0.88% 0.49% -
HSV(B) 266.33º 0.94% 0.93% -
XYZ 21.99 9.84 80.1 -
YUV 69.2 222.14 158.53 -
System Red Green Blue C M Y K H S L
Decimal 112 15 236 0.53 0.94 0 0.07 266.33 0.88 0.49
Hex 70 F EC 35 5E 0 7 10A 58 31
Octal 160 17 354 65 136 0 7 412 130 61
Binary 1110000 1111 11101100 110101 1011110 0 111 100001010 1011000 110001

Color Harmonies of #700FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FEC

Black with #700FEC

Text Example


Text Example

White with #700FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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