#7115E8

Color #7115E8 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7115E8

Tints of Electric Indigo #7115E8

Color information

#7115E8 (or 0x7115E8) is unknown color: approx Electric Indigo. HEX triplet: 71, 15 and E8. RGB value is (113,21,232). Sum of RGB (Red+Green+Blue) = 113+21+232=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 232 (91.02% from 255 or 63.39% from 366); Max value from RGB is 232 - color contains mainly: blue. Hex color #7115E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7115E8 is #8EEA17. Grayscale: #474747. Windows color (decimal): -9366040 or 15209841. OLE color: 15209841.

HSL color Cylindrical-coordinate representation of color #7115E8: hue angle of 266.16º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7115E8 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11321232-
CMYK0.510.9100.09
HSL266.16º83.4%49.61%-
HSV(B)266.16º90.95%90.98%-
XYZ21.649.8777.11-
YUV72.56217.98156.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 21 (8.59% from 255) = 5.74%
BLUE value IS 232 (91.02% from 255) = 63.39%
R=30.87%
G=5.74%
B=63.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal113212320.510.9100.09266.1683.449.61
Hex7115E8335B0910a5332
Octal161253506313301141212362
Binary111000110101111010001100111011011010011000010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7115E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,21,232); }

 H1.HeaderClassName
 {
   color: #7115E8;
 }
 .AnyTagClassName
 {
   color: #7115E8;
 }
</style>
background-color css

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

 a { background-color: rgb(113,21,232); }

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

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

 span { border-color: rgb(113,21,232); }

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