Html Css Color HEX #700FEB Electric Indigo

📋 copy color: '#700FEB'

red 112 ◦ green 15 ◦ blue 235

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

Shades of Electric Indigo #700FEB

Tints of Electric Indigo #700FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.92%

R = 30.94%
G = 4.14%
B = 64.92%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#700FEB (or 0x700FEB) is known color: Electric Indigo. HEX triplet: 70, 0F and EB. RGB value is (112,15,235). Sum of RGB (Red+Green+Blue) = 112+15+235=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #700FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FEB is #8FF014. Grayscale: #444444. Windows color (decimal): -9433109 or 15404912. OLE color: 15404912.

HSL color Cylindrical-coordinate representation of color #700FEB: hue angle of 266.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FEB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 15 235 -
CMYK 0.52 0.94 0 0.08
HSL 266.45º 0.88% 0.49% -
HSV(B) 266.45º 0.94% 0.92% -
XYZ 21.85 9.78 79.33 -
YUV 69.08 221.64 158.61 -
System Red Green Blue C M Y K H S L
Decimal 112 15 235 0.52 0.94 0 0.08 266.45 0.88 0.49
Hex 70 F EB 34 5E 0 8 10A 58 31
Octal 160 17 353 64 136 0 10 412 130 61
Binary 1110000 1111 11101011 110100 1011110 0 1000 100001010 1011000 110001

Color Harmonies of #700FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FEB

Black with #700FEB

Text Example


Text Example

White with #700FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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