#7015E8

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

Shades of Electric Indigo #7015E8

Tints of Electric Indigo #7015E8

Color information

#7015E8 (or 0x7015E8) is unknown color: approx Electric Indigo. HEX triplet: 70, 15 and E8. RGB value is (112,21,232). Sum of RGB (Red+Green+Blue) = 112+21+232=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 232 (91.02% from 255 or 63.56% from 365); Max value from RGB is 232 - color contains mainly: blue. Hex color #7015E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7015E8 is #8FEA17. Grayscale: #474747. Windows color (decimal): -9431576 or 15209840. OLE color: 15209840.

HSL color Cylindrical-coordinate representation of color #7015E8: hue angle of 265.88º 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 #7015E8 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11221232-
CMYK0.520.9100.09
HSL265.88º83.4%49.61%-
HSV(B)265.88º90.95%90.98%-
XYZ21.529.8177.1-
YUV72.26218.15156.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 21 (8.59% from 255) = 5.75%
BLUE value IS 232 (91.02% from 255) = 63.56%
R=30.68%
G=5.75%
B=63.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112212320.520.9100.09265.8883.449.61
Hex7015E8345B0910a5332
Octal160253506413301141212362
Binary111000010101111010001101001011011010011000010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7015E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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