Html Css Color HEX #700EFD Electric Indigo

📋 copy color: '#700EFD'

red 112 ◦ green 14 ◦ blue 253

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

Shades of Electric Indigo #700EFD

Tints of Electric Indigo #700EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 29.55%
G = 3.69%
B = 66.75%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#700EFD (or 0x700EFD) is known color: Electric Indigo. HEX triplet: 70, 0E and FD. RGB value is (112,14,253). Sum of RGB (Red+Green+Blue) = 112+14+253=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #700EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EFD is #8FF102. Grayscale: #454545. Windows color (decimal): -9433347 or 16584304. OLE color: 16584304.

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

Color convert

RGB 112 14 253 -
CMYK 0.56 0.94 0 0.01
HSL 264.6º 0.98% 0.52% -
HSV(B) 264.6º 0.94% 0.99% -
XYZ 24.57 10.85 93.73 -
YUV 70.55 230.97 157.57 -
System Red Green Blue C M Y K H S L
Decimal 112 14 253 0.56 0.94 0 0.01 264.6 0.98 0.52
Hex 70 E FD 38 5E 0 1 109 62 34
Octal 160 16 375 70 136 0 1 411 142 64
Binary 1110000 1110 11111101 111000 1011110 0 1 100001001 1100010 110100

Color Harmonies of #700EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EFD

Black with #700EFD

Text Example


Text Example

White with #700EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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