Html Css Color HEX #700ADE Electric Indigo

📋 copy color: '#700ADE'

red 112 ◦ green 10 ◦ blue 222

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

Shades of Electric Indigo #700ADE

Tints of Electric Indigo #700ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.91%

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

R = 32.56%
G = 2.91%
B = 64.53%

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

#700ADE (or 0x700ADE) is known color: Electric Indigo. HEX triplet: 70, 0A and DE. RGB value is (112,10,222). Sum of RGB (Red+Green+Blue) = 112+10+222=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #700ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ADE is #8FF521. Grayscale: #3F3F3F. Windows color (decimal): -9434402 or 14551664. OLE color: 14551664.

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

Color convert

RGB 112 10 222 -
CMYK 0.50 0.95 0 0.13
HSL 268.87º 0.91% 0.45% -
HSV(B) 268.87º 0.95% 0.87% -
XYZ 19.98 8.94 69.78 -
YUV 64.67 216.79 161.76 -
System Red Green Blue C M Y K H S L
Decimal 112 10 222 0.50 0.95 0 0.13 268.87 0.91 0.45
Hex 70 A DE 32 5F 0 D 10D 5B 2D
Octal 160 12 336 62 137 0 15 415 133 55
Binary 1110000 1010 11011110 110010 1011111 0 1101 100001101 1011011 101101

Color Harmonies of #700ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ADE

Black with #700ADE

Text Example


Text Example

White with #700ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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