Html Css Color HEX #700DDF Electric Indigo

📋 copy color: '#700DDF'

red 112 ◦ green 13 ◦ blue 223

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

Shades of Electric Indigo #700DDF

Tints of Electric Indigo #700DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

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

R = 32.18%
G = 3.74%
B = 64.08%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#700DDF (or 0x700DDF) is known color: Electric Indigo. HEX triplet: 70, 0D and DF. RGB value is (112,13,223). Sum of RGB (Red+Green+Blue) = 112+13+223=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #700DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700DDF is #8FF220. Grayscale: #414141. Windows color (decimal): -9433633 or 14617968. OLE color: 14617968.

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

Color convert

RGB 112 13 223 -
CMYK 0.50 0.94 0 0.13
HSL 268.29º 0.89% 0.46% -
HSV(B) 268.29º 0.94% 0.87% -
XYZ 20.15 9.06 70.5 -
YUV 66.54 216.3 160.42 -
System Red Green Blue C M Y K H S L
Decimal 112 13 223 0.50 0.94 0 0.13 268.29 0.89 0.46
Hex 70 D DF 32 5E 0 D 10C 59 2E
Octal 160 15 337 62 136 0 15 414 131 56
Binary 1110000 1101 11011111 110010 1011110 0 1101 100001100 1011001 101110

Color Harmonies of #700DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DDF

Black with #700DDF

Text Example


Text Example

White with #700DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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