Html Css Color HEX #700ADA Electric Indigo

📋 copy color: '#700ADA'

red 112 ◦ green 10 ◦ blue 218

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

Shades of Electric Indigo #700ADA

Tints of Electric Indigo #700ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.12%

R = 32.94%
G = 2.94%
B = 64.12%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#700ADA (or 0x700ADA) is known color: Electric Indigo. HEX triplet: 70, 0A and DA. RGB value is (112,10,218). Sum of RGB (Red+Green+Blue) = 112+10+218=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #700ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ADA is #8FF525. Grayscale: #3F3F3F. Windows color (decimal): -9434406 or 14289520. OLE color: 14289520.

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

Color convert

RGB 112 10 218 -
CMYK 0.49 0.95 0 0.15
HSL 269.42º 0.91% 0.45% -
HSV(B) 269.42º 0.95% 0.85% -
XYZ 19.45 8.72 66.99 -
YUV 64.21 214.79 162.09 -
System Red Green Blue C M Y K H S L
Decimal 112 10 218 0.49 0.95 0 0.15 269.42 0.91 0.45
Hex 70 A DA 31 5F 0 F 10D 5B 2D
Octal 160 12 332 61 137 0 17 415 133 55
Binary 1110000 1010 11011010 110001 1011111 0 1111 100001101 1011011 101101

Color Harmonies of #700ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ADA

Black with #700ADA

Text Example


Text Example

White with #700ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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