#8000FF

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

Shades of Electric Indigo #8000FF

Tints of Electric Indigo #8000FF

Color information

#8000FF (or 0x8000FF) is unknown color: approx Electric Indigo. HEX triplet: 80, 00 and FF. RGB value is (128,0,255). Sum of RGB (Red+Green+Blue) = 128+0+255=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #8000FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000FF is #7FFF00. Grayscale: #424242. Windows color (decimal): -8388353 or 16711808. OLE color: 16711808.

HSL color Cylindrical-coordinate representation of color #8000FF: hue angle of 270.12º 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 #8000FF is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1280255-
CMYK0.50100
HSL270.12º100%50%-
HSV(B)270.12º100%100%-
XYZ26.9511.8195.47-
YUV67.34233.91171.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 66.58%
R=33.42%
G=0%
B=66.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal12802550.50100270.1210050
Hex800FF32640010e6432
Octal2000377621440041614462
Binary100000000111111111100101100100001000011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8000FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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