Html Css Color HEX #7011EA Electric Indigo

📋 copy color: '#7011EA'

red 112 ◦ green 17 ◦ blue 234

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

Shades of Electric Indigo #7011EA

Tints of Electric Indigo #7011EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 30.85%
G = 4.68%
B = 64.46%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7011EA (or 0x7011EA) is known color: Electric Indigo. HEX triplet: 70, 11 and EA. RGB value is (112,17,234). Sum of RGB (Red+Green+Blue) = 112+17+234=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #7011EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011EA is #8FEE15. Grayscale: #454545. Windows color (decimal): -9432598 or 15339888. OLE color: 15339888.

HSL color Cylindrical-coordinate representation of color #7011EA: hue angle of 266.27º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7011EA is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 17 234 -
CMYK 0.52 0.93 0 0.08
HSL 266.27º 0.86% 0.49% -
HSV(B) 266.27º 0.93% 0.92% -
XYZ 21.73 9.79 78.59 -
YUV 70.14 220.47 157.86 -
System Red Green Blue C M Y K H S L
Decimal 112 17 234 0.52 0.93 0 0.08 266.27 0.86 0.49
Hex 70 11 EA 34 5D 0 8 10A 56 31
Octal 160 21 352 64 135 0 10 412 126 61
Binary 1110000 10001 11101010 110100 1011101 0 1000 100001010 1010110 110001

Color Harmonies of #7011EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011EA

Black with #7011EA

Text Example


Text Example

White with #7011EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7011EA; }

 p { color: rgb(112,17,234); }

 H1.HeaderClassName
 {
   color: #7011EA;
 }
 .AnyTagClassName
 {
   color: #7011EA;
 }
</style>

background-color css

<style>
 a { background-color: #7011EA; }

 a { background-color: rgb(112,17,234); }

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

border-color css

<style>
 span { border-color: #7011EA; }

 span { border-color: rgb(112,17,234); }

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