Html Css Color HEX #700BEF Electric Indigo

📋 copy color: '#700BEF'

red 112 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #700BEF

Tints of Electric Indigo #700BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 30.94%
G = 3.04%
B = 66.02%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#700BEF (or 0x700BEF) is known color: Electric Indigo. HEX triplet: 70, 0B and EF. RGB value is (112,11,239). Sum of RGB (Red+Green+Blue) = 112+11+239=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #700BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BEF is #8FF410. Grayscale: #424242. Windows color (decimal): -9434129 or 15666032. OLE color: 15666032.

HSL color Cylindrical-coordinate representation of color #700BEF: hue angle of 266.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BEF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 11 239 -
CMYK 0.53 0.95 0 0.06
HSL 266.58º 0.91% 0.49% -
HSV(B) 266.58º 0.95% 0.94% -
XYZ 22.38 9.92 82.4 -
YUV 67.19 224.96 159.96 -
System Red Green Blue C M Y K H S L
Decimal 112 11 239 0.53 0.95 0 0.06 266.58 0.91 0.49
Hex 70 B EF 35 5F 0 6 10B 5B 31
Octal 160 13 357 65 137 0 6 413 133 61
Binary 1110000 1011 11101111 110101 1011111 0 110 100001011 1011011 110001

Color Harmonies of #700BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BEF

Black with #700BEF

Text Example


Text Example

White with #700BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,11,239); }

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

background-color css

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

 a { background-color: rgb(112,11,239); }

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

border-color css

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

 span { border-color: rgb(112,11,239); }

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