#7408F7

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

Shades of Electric Indigo #7408F7

Tints of Electric Indigo #7408F7

Color information

#7408F7 (or 0x7408F7) is unknown color: approx Electric Indigo. HEX triplet: 74, 08 and F7. RGB value is (116,8,247). Sum of RGB (Red+Green+Blue) = 116+8+247=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #7408F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7408F7 is #8BF708. Grayscale: #424242. Windows color (decimal): -9172745 or 16189556. OLE color: 16189556.

HSL color Cylindrical-coordinate representation of color #7408F7: hue angle of 267.11º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7408F7 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1168247-
CMYK0.530.9700.03
HSL267.11º93.73%50%-
HSV(B)267.11º96.76%96.86%-
XYZ24.0810.688.77-
YUV67.54229.28162.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 8 (3.52% from 255) = 2.16%
BLUE value IS 247 (96.88% from 255) = 66.58%
R=31.27%
G=2.16%
B=66.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal11682470.530.9700.03267.1193.7350
Hex748F735610310b5e32
Octal16410367651410341313662
Binary111010010001111011111010111000010111000010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7408F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7408F7; }

 p { color: rgb(116,8,247); }

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

<style>
 a { background-color: #7408F7; }

 a { background-color: rgb(116,8,247); }

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

<style>
 span { border-color: #7408F7; }

 span { border-color: rgb(116,8,247); }

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