#8405F4

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

Shades of Electric Indigo #8405F4

Tints of Electric Indigo #8405F4

Color information

#8405F4 (or 0x8405F4) is unknown color: approx Electric Indigo. HEX triplet: 84, 05 and F4. RGB value is (132,5,244). Sum of RGB (Red+Green+Blue) = 132+5+244=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 244 (95.70% from 255 or 64.04% from 381); Max value from RGB is 244 - color contains mainly: blue. Hex color #8405F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405F4 is #7BFA0B. Grayscale: #454545. Windows color (decimal): -8124940 or 15992196. OLE color: 15992196.

HSL color Cylindrical-coordinate representation of color #8405F4: hue angle of 271.88º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405F4 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1325244-
CMYK0.460.9800.04
HSL271.88º95.98%48.82%-
HSV(B)271.88º97.95%95.69%-
XYZ25.911.5586.45-
YUV70.22226.08172.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 5 (2.34% from 255) = 1.31%
BLUE value IS 244 (95.70% from 255) = 64.04%
R=34.65%
G=1.31%
B=64.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal13252440.460.9800.04271.8895.9848.82
Hex845F42E62041106031
Octal2045364561420442014061
Binary1000010010111110100101110110001001001000100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8405F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8405F4; }

 p { color: rgb(132,5,244); }

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

<style>
 a { background-color: #8405F4; }

 a { background-color: rgb(132,5,244); }

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

<style>
 span { border-color: #8405F4; }

 span { border-color: rgb(132,5,244); }

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