Html Css Color HEX #700BDE Electric Indigo

📋 copy color: '#700BDE'

red 112 ◦ green 11 ◦ blue 222

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

Shades of Electric Indigo #700BDE

Tints of Electric Indigo #700BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 32.46%
G = 3.19%
B = 64.35%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#700BDE (or 0x700BDE) is known color: Electric Indigo. HEX triplet: 70, 0B and DE. RGB value is (112,11,222). Sum of RGB (Red+Green+Blue) = 112+11+222=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #700BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BDE is #8FF421. Grayscale: #404040. Windows color (decimal): -9434146 or 14551920. OLE color: 14551920.

HSL color Cylindrical-coordinate representation of color #700BDE: hue angle of 268.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BDE is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 11 222 -
CMYK 0.50 0.95 0 0.13
HSL 268.72º 0.91% 0.46% -
HSV(B) 268.72º 0.95% 0.87% -
XYZ 19.99 8.96 69.78 -
YUV 65.25 216.46 161.34 -
System Red Green Blue C M Y K H S L
Decimal 112 11 222 0.50 0.95 0 0.13 268.72 0.91 0.46
Hex 70 B DE 32 5F 0 D 10D 5B 2E
Octal 160 13 336 62 137 0 15 415 133 56
Binary 1110000 1011 11011110 110010 1011111 0 1101 100001101 1011011 101110

Color Harmonies of #700BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BDE

Black with #700BDE

Text Example


Text Example

White with #700BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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