Html Css Color HEX #700EFB Electric Indigo

📋 copy color: '#700EFB'

red 112 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #700EFB

Tints of Electric Indigo #700EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 29.71%
G = 3.71%
B = 66.58%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#700EFB (or 0x700EFB) is known color: Electric Indigo. HEX triplet: 70, 0E and FB. RGB value is (112,14,251). Sum of RGB (Red+Green+Blue) = 112+14+251=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #700EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EFB is #8FF104. Grayscale: #454545. Windows color (decimal): -9433349 or 16453232. OLE color: 16453232.

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

Color convert

RGB 112 14 251 -
CMYK 0.55 0.94 0 0.02
HSL 264.81º 0.97% 0.52% -
HSV(B) 264.81º 0.94% 0.98% -
XYZ 24.25 10.72 92.06 -
YUV 70.32 229.97 157.73 -
System Red Green Blue C M Y K H S L
Decimal 112 14 251 0.55 0.94 0 0.02 264.81 0.97 0.52
Hex 70 E FB 37 5E 0 2 109 61 34
Octal 160 16 373 67 136 0 2 411 141 64
Binary 1110000 1110 11111011 110111 1011110 0 10 100001001 1100001 110100

Color Harmonies of #700EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EFB

Black with #700EFB

Text Example


Text Example

White with #700EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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