Html Css Color HEX #700ADC Electric Indigo

📋 copy color: '#700ADC'

red 112 ◦ green 10 ◦ blue 220

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

Shades of Electric Indigo #700ADC

Tints of Electric Indigo #700ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 32.75%
G = 2.92%
B = 64.33%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#700ADC (or 0x700ADC) is known color: Electric Indigo. HEX triplet: 70, 0A and DC. RGB value is (112,10,220). Sum of RGB (Red+Green+Blue) = 112+10+220=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #700ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ADC is #8FF523. Grayscale: #3F3F3F. Windows color (decimal): -9434404 or 14420592. OLE color: 14420592.

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

Color convert

RGB 112 10 220 -
CMYK 0.49 0.95 0 0.14
HSL 269.14º 0.91% 0.45% -
HSV(B) 269.14º 0.95% 0.86% -
XYZ 19.71 8.83 68.38 -
YUV 64.44 215.79 161.92 -
System Red Green Blue C M Y K H S L
Decimal 112 10 220 0.49 0.95 0 0.14 269.14 0.91 0.45
Hex 70 A DC 31 5F 0 E 10D 5B 2D
Octal 160 12 334 61 137 0 16 415 133 55
Binary 1110000 1010 11011100 110001 1011111 0 1110 100001101 1011011 101101

Color Harmonies of #700ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ADC

Black with #700ADC

Text Example


Text Example

White with #700ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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