#7017FE

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

Shades of Electric Indigo #7017FE

Tints of Electric Indigo #7017FE

Color information

#7017FE (or 0x7017FE) is unknown color: approx Electric Indigo. HEX triplet: 70, 17 and FE. RGB value is (112,23,254). Sum of RGB (Red+Green+Blue) = 112+23+254=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7017FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7017FE is #8FE801. Grayscale: #4B4B4B. Windows color (decimal): -9431042 or 16652144. OLE color: 16652144.

HSL color Cylindrical-coordinate representation of color #7017FE: hue angle of 263.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7017FE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11223254-
CMYK0.560.9100.00
HSL263.12º99.14%54.31%-
HSV(B)263.12º90.94%99.61%-
XYZ24.8811.2194.62-
YUV75.94228.49153.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 23 (9.38% from 255) = 5.91%
BLUE value IS 254 (99.61% from 255) = 65.30%
R=28.79%
G=5.91%
B=65.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112232540.560.9100.00263.1299.1454.31
Hex7017FE385B001076336
Octal16027376701330040714366
Binary111000010111111111101110001011011001000001111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7017FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7017FE; }

 p { color: rgb(112,23,254); }

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

<style>
 a { background-color: #7017FE; }

 a { background-color: rgb(112,23,254); }

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

<style>
 span { border-color: #7017FE; }

 span { border-color: rgb(112,23,254); }

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