#7511F0

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

Shades of Electric Indigo #7511F0

Tints of Electric Indigo #7511F0

Color information

#7511F0 (or 0x7511F0) is unknown color: approx Electric Indigo. HEX triplet: 75, 11 and F0. RGB value is (117,17,240). Sum of RGB (Red+Green+Blue) = 117+17+240=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 240 (94.14% from 255 or 64.17% from 374); Max value from RGB is 240 - color contains mainly: blue. Hex color #7511F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7511F0 is #8AEE0F. Grayscale: #474747. Windows color (decimal): -9104912 or 15733109. OLE color: 15733109.

HSL color Cylindrical-coordinate representation of color #7511F0: hue angle of 266.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7511F0 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11717240-
CMYK0.510.9300.06
HSL266.91º88.14%50.39%-
HSV(B)266.91º92.92%94.12%-
XYZ23.2610.4783.23-
YUV72.32222.63159.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 17 (7.03% from 255) = 4.55%
BLUE value IS 240 (94.14% from 255) = 64.17%
R=31.28%
G=4.55%
B=64.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117172400.510.9300.06266.9188.1450.39
Hex7511F0335D0610b5832
Octal16521360631350641313062
Binary11101011000111110000110011101110101101000010111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7511F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7511F0; }

 p { color: rgb(117,17,240); }

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

<style>
 a { background-color: #7511F0; }

 a { background-color: rgb(117,17,240); }

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

<style>
 span { border-color: #7511F0; }

 span { border-color: rgb(117,17,240); }

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