Html Css Color HEX #700AED Electric Indigo

📋 copy color: '#700AED'

red 112 ◦ green 10 ◦ blue 237

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

Shades of Electric Indigo #700AED

Tints of Electric Indigo #700AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.02%

R = 31.2%
G = 2.79%
B = 66.02%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#700AED (or 0x700AED) is known color: Electric Indigo. HEX triplet: 70, 0A and ED. RGB value is (112,10,237). Sum of RGB (Red+Green+Blue) = 112+10+237=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #700AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700AED is #8FF512. Grayscale: #414141. Windows color (decimal): -9434387 or 15534704. OLE color: 15534704.

HSL color Cylindrical-coordinate representation of color #700AED: hue angle of 266.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700AED is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 10 237 -
CMYK 0.53 0.96 0 0.07
HSL 266.96º 0.92% 0.48% -
HSV(B) 266.96º 0.96% 0.93% -
XYZ 22.08 9.78 80.84 -
YUV 66.38 224.29 160.54 -
System Red Green Blue C M Y K H S L
Decimal 112 10 237 0.53 0.96 0 0.07 266.96 0.92 0.48
Hex 70 A ED 35 60 0 7 10B 5C 30
Octal 160 12 355 65 140 0 7 413 134 60
Binary 1110000 1010 11101101 110101 1100000 0 111 100001011 1011100 110000

Color Harmonies of #700AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700AED

Black with #700AED

Text Example


Text Example

White with #700AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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