Html Css Color HEX #700BDF Electric Indigo

📋 copy color: '#700BDF'

red 112 ◦ green 11 ◦ blue 223

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

Shades of Electric Indigo #700BDF

Tints of Electric Indigo #700BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 32.37%
G = 3.18%
B = 64.45%

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

#700BDF (or 0x700BDF) is known color: Electric Indigo. HEX triplet: 70, 0B and DF. RGB value is (112,11,223). Sum of RGB (Red+Green+Blue) = 112+11+223=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #700BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BDF is #8FF420. Grayscale: #404040. Windows color (decimal): -9434145 or 14617456. OLE color: 14617456.

HSL color Cylindrical-coordinate representation of color #700BDF: hue angle of 268.58º 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 #700BDF is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 11 223 -
CMYK 0.50 0.95 0 0.13
HSL 268.58º 0.91% 0.46% -
HSV(B) 268.58º 0.95% 0.87% -
XYZ 20.12 9.01 70.49 -
YUV 65.37 216.96 161.26 -
System Red Green Blue C M Y K H S L
Decimal 112 11 223 0.50 0.95 0 0.13 268.58 0.91 0.46
Hex 70 B DF 32 5F 0 D 10D 5B 2E
Octal 160 13 337 62 137 0 15 415 133 56
Binary 1110000 1011 11011111 110010 1011111 0 1101 100001101 1011011 101110

Color Harmonies of #700BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BDF

Black with #700BDF

Text Example


Text Example

White with #700BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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