#8400FF

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

Shades of Electric Indigo #8400FF

Tints of Electric Indigo #8400FF

Color information

#8400FF (or 0x8400FF) is unknown color: approx Electric Indigo. HEX triplet: 84, 00 and FF. RGB value is (132,0,255). Sum of RGB (Red+Green+Blue) = 132+0+255=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #8400FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8400FF is #7BFF00. Grayscale: #434343. Windows color (decimal): -8126209 or 16711812. OLE color: 16711812.

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

Color convert

RGB1320255-
CMYK0.48100
HSL271.06º100%50%-
HSV(B)271.06º100%100%-
XYZ27.5712.1395.5-
YUV68.54233.23173.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 65.89%
R=34.11%
G=0%
B=65.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal13202550.48100271.0610050
Hex840FF30640010f6432
Octal2040377601440041714462
Binary100001000111111111100001100100001000011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8400FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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