#8404FF

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

Shades of Electric Indigo #8404FF

Tints of Electric Indigo #8404FF

Color information

#8404FF (or 0x8404FF) is unknown color: approx Electric Indigo. HEX triplet: 84, 04 and FF. RGB value is (132,4,255). Sum of RGB (Red+Green+Blue) = 132+4+255=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #8404FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8404FF is #7BFB00. Grayscale: #464646. Windows color (decimal): -8125185 or 16712836. OLE color: 16712836.

HSL color Cylindrical-coordinate representation of color #8404FF: hue angle of 270.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404FF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1324255-
CMYK0.480.9800
HSL270.6º100%50.78%-
HSV(B)270.6º98.43%100%-
XYZ27.6112.2195.51-
YUV70.89231.91171.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 255 (100% from 255) = 65.22%
R=33.76%
G=1.02%
B=65.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal13242550.480.9800270.610050.78
Hex844FF30620010f6433
Octal2044377601420041714463
Binary10000100100111111111100001100010001000011111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8404FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8404FF; }

 p { color: rgb(132,4,255); }

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

<style>
 a { background-color: #8404FF; }

 a { background-color: rgb(132,4,255); }

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

<style>
 span { border-color: #8404FF; }

 span { border-color: rgb(132,4,255); }

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