#7C11F0

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

Shades of Electric Indigo #7C11F0

Tints of Electric Indigo #7C11F0

Color information

#7C11F0 (or 0x7C11F0) is unknown color: approx Electric Indigo. HEX triplet: 7C, 11 and F0. RGB value is (124,17,240). Sum of RGB (Red+Green+Blue) = 124+17+240=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #7C11F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C11F0 is #83EE0F. Grayscale: #494949. Windows color (decimal): -8646160 or 15733116. OLE color: 15733116.

HSL color Cylindrical-coordinate representation of color #7C11F0: hue angle of 268.79º 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 #7C11F0 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12417240-
CMYK0.480.9300.06
HSL268.79º88.14%50.39%-
HSV(B)268.79º92.92%94.12%-
XYZ24.2410.9883.28-
YUV74.41221.45163.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.55%
GREEN value IS 17 (7.03% from 255) = 4.46%
BLUE value IS 240 (94.14% from 255) = 62.99%
R=32.55%
G=4.46%
B=62.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal124172400.480.9300.06268.7988.1450.39
Hex7C11F0305D0610d5832
Octal17421360601350641513062
Binary11111001000111110000110000101110101101000011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C11F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C11F0; }

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

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

<style>
 a { background-color: #7C11F0; }

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

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

<style>
 span { border-color: #7C11F0; }

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

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