#7518FF

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

Shades of Electric Indigo #7518FF

Tints of Electric Indigo #7518FF

Color information

#7518FF (or 0x7518FF) is unknown color: approx Electric Indigo. HEX triplet: 75, 18 and FF. RGB value is (117,24,255). Sum of RGB (Red+Green+Blue) = 117+24+255=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #7518FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7518FF is #8AE700. Grayscale: #4D4D4D. Windows color (decimal): -9103105 or 16717941. OLE color: 16717941.

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

Color convert

RGB11724255-
CMYK0.540.9100
HSL264.16º100%54.71%-
HSV(B)264.16º90.59%100%-
XYZ25.7111.6695.5-
YUV78.14227.81155.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 24 (9.77% from 255) = 6.06%
BLUE value IS 255 (100% from 255) = 64.39%
R=29.55%
G=6.06%
B=64.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117242550.540.9100264.1610054.71
Hex7518FF365B001086437
Octal16530377661330041014467
Binary111010111000111111111101101011011001000010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7518FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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