#7518FE

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

Shades of Electric Indigo #7518FE

Tints of Electric Indigo #7518FE

Color information

#7518FE (or 0x7518FE) is unknown color: approx Electric Indigo. HEX triplet: 75, 18 and FE. RGB value is (117,24,254). Sum of RGB (Red+Green+Blue) = 117+24+254=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #7518FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7518FE is #8AE701. Grayscale: #4D4D4D. Windows color (decimal): -9103106 or 16652405. OLE color: 16652405.

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

Color convert

RGB11724254-
CMYK0.540.9100.00
HSL264.26º99.14%54.51%-
HSV(B)264.26º90.55%99.61%-
XYZ25.5511.5994.66-
YUV78.03227.31155.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 24 (9.77% from 255) = 6.08%
BLUE value IS 254 (99.61% from 255) = 64.30%
R=29.62%
G=6.08%
B=64.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal117242540.540.9100.00264.2699.1454.51
Hex7518FE365B001086337
Octal16530376661330041014367
Binary111010111000111111101101101011011001000010001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7518FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,24,254); }

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

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

 a { background-color: rgb(117,24,254); }

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

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

 span { border-color: rgb(117,24,254); }

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