#7418F8

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

Shades of Electric Indigo #7418F8

Tints of Electric Indigo #7418F8

Color information

#7418F8 (or 0x7418F8) is unknown color: approx Electric Indigo. HEX triplet: 74, 18 and F8. RGB value is (116,24,248). Sum of RGB (Red+Green+Blue) = 116+24+248=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #7418F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7418F8 is #8BE707. Grayscale: #4C4C4C. Windows color (decimal): -9168648 or 16259188. OLE color: 16259188.

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

Color convert

RGB11624248-
CMYK0.530.9000.03
HSL264.64º94.12%53.33%-
HSV(B)264.64º90.32%97.25%-
XYZ24.4711.1489.67-
YUV77.04224.48155.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 24 (9.77% from 255) = 6.19%
BLUE value IS 248 (97.27% from 255) = 63.92%
R=29.90%
G=6.19%
B=63.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal116242480.530.9000.03264.6494.1253.33
Hex7418F8355A031095e35
Octal16430370651320341113665
Binary1110100110001111100011010110110100111000010011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7418F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7418F8; }

 p { color: rgb(116,24,248); }

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

<style>
 a { background-color: #7418F8; }

 a { background-color: rgb(116,24,248); }

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

<style>
 span { border-color: #7418F8; }

 span { border-color: rgb(116,24,248); }

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