Html Css Color HEX #700ADD Electric Indigo

📋 copy color: '#700ADD'

red 112 ◦ green 10 ◦ blue 221

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

Shades of Electric Indigo #700ADD

Tints of Electric Indigo #700ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 32.65%
G = 2.92%
B = 64.43%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#700ADD (or 0x700ADD) is known color: Electric Indigo. HEX triplet: 70, 0A and DD. RGB value is (112,10,221). Sum of RGB (Red+Green+Blue) = 112+10+221=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #700ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ADD is #8FF522. Grayscale: #3F3F3F. Windows color (decimal): -9434403 or 14486128. OLE color: 14486128.

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

Color convert

RGB 112 10 221 -
CMYK 0.49 0.95 0 0.13
HSL 269º 0.91% 0.45% -
HSV(B) 269º 0.95% 0.87% -
XYZ 19.84 8.88 69.08 -
YUV 64.55 216.29 161.84 -
System Red Green Blue C M Y K H S L
Decimal 112 10 221 0.49 0.95 0 0.13 269 0.91 0.45
Hex 70 A DD 31 5F 0 D 10D 5B 2D
Octal 160 12 335 61 137 0 15 415 133 55
Binary 1110000 1010 11011101 110001 1011111 0 1101 100001101 1011011 101101

Color Harmonies of #700ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ADD

Black with #700ADD

Text Example


Text Example

White with #700ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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