#8405FE

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

Shades of Electric Indigo #8405FE

Tints of Electric Indigo #8405FE

Color information

#8405FE (or 0x8405FE) is unknown color: approx Electric Indigo. HEX triplet: 84, 05 and FE. RGB value is (132,5,254). Sum of RGB (Red+Green+Blue) = 132+5+254=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #8405FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405FE is #7BFA01. Grayscale: #464646. Windows color (decimal): -8124930 or 16647556. OLE color: 16647556.

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

Color convert

RGB1325254-
CMYK0.480.9800.00
HSL270.6º99.2%50.78%-
HSV(B)270.6º98.03%99.61%-
XYZ27.4612.1794.67-
YUV71.36231.08171.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 5 (2.34% from 255) = 1.28%
BLUE value IS 254 (99.61% from 255) = 64.96%
R=33.76%
G=1.28%
B=64.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal13252540.480.9800.00270.699.250.78
Hex845FE30620010f6333
Octal2045376601420041714363
Binary10000100101111111101100001100010001000011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8405FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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