Html Css Color HEX #7011E8 Electric Indigo

📋 copy color: '#7011E8'

red 112 ◦ green 17 ◦ blue 232

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

Shades of Electric Indigo #7011E8

Tints of Electric Indigo #7011E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 64.27%

R = 31.02%
G = 4.71%
B = 64.27%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7011E8 (or 0x7011E8) is known color: Electric Indigo. HEX triplet: 70, 11 and E8. RGB value is (112,17,232). Sum of RGB (Red+Green+Blue) = 112+17+232=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #7011E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011E8 is #8FEE17. Grayscale: #454545. Windows color (decimal): -9432600 or 15208816. OLE color: 15208816.

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

Color convert

RGB 112 17 232 -
CMYK 0.52 0.93 0 0.09
HSL 266.51º 0.86% 0.49% -
HSV(B) 266.51º 0.93% 0.91% -
XYZ 21.45 9.67 77.08 -
YUV 69.92 219.47 158.02 -
System Red Green Blue C M Y K H S L
Decimal 112 17 232 0.52 0.93 0 0.09 266.51 0.86 0.49
Hex 70 11 E8 34 5D 0 9 10B 56 31
Octal 160 21 350 64 135 0 11 413 126 61
Binary 1110000 10001 11101000 110100 1011101 0 1001 100001011 1010110 110001

Color Harmonies of #7011E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011E8

Black with #7011E8

Text Example


Text Example

White with #7011E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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