Html Css Color HEX #700EFE Electric Indigo

📋 copy color: '#700EFE'

red 112 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #700EFE

Tints of Electric Indigo #700EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.84%

R = 29.47%
G = 3.68%
B = 66.84%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#700EFE (or 0x700EFE) is known color: Electric Indigo. HEX triplet: 70, 0E and FE. RGB value is (112,14,254). Sum of RGB (Red+Green+Blue) = 112+14+254=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #700EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EFE is #8FF101. Grayscale: #454545. Windows color (decimal): -9433346 or 16649840. OLE color: 16649840.

HSL color Cylindrical-coordinate representation of color #700EFE: hue angle of 264.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EFE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 14 254 -
CMYK 0.56 0.94 0 0.00
HSL 264.5º 0.99% 0.53% -
HSV(B) 264.5º 0.94% 1% -
XYZ 24.73 10.91 94.57 -
YUV 70.66 231.47 157.49 -
System Red Green Blue C M Y K H S L
Decimal 112 14 254 0.56 0.94 0 0.00 264.5 0.99 0.53
Hex 70 E FE 38 5E 0 0 108 63 35
Octal 160 16 376 70 136 0 0 410 143 65
Binary 1110000 1110 11111110 111000 1011110 0 0 100001000 1100011 110101

Color Harmonies of #700EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EFE

Black with #700EFE

Text Example


Text Example

White with #700EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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