#8409F4

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

Shades of Electric Indigo #8409F4

Tints of Electric Indigo #8409F4

Color information

#8409F4 (or 0x8409F4) is unknown color: approx Electric Indigo. HEX triplet: 84, 09 and F4. RGB value is (132,9,244). Sum of RGB (Red+Green+Blue) = 132+9+244=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 244 (95.70% from 255 or 63.38% from 385); Max value from RGB is 244 - color contains mainly: blue. Hex color #8409F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8409F4 is #7BF60B. Grayscale: #474747. Windows color (decimal): -8123916 or 15993220. OLE color: 15993220.

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

Color convert

RGB1329244-
CMYK0.460.9600.04
HSL271.4º92.89%49.61%-
HSV(B)271.4º96.31%95.69%-
XYZ25.9411.6386.47-
YUV72.57224.75170.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 9 (3.91% from 255) = 2.34%
BLUE value IS 244 (95.70% from 255) = 63.38%
R=34.29%
G=2.34%
B=63.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal13292440.460.9600.04271.492.8949.61
Hex849F42E600410f5d32
Octal20411364561400441713562
Binary10000100100111110100101110110000001001000011111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8409F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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