#8000FB

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

Shades of Electric Indigo #8000FB

Tints of Electric Indigo #8000FB

Color information

#8000FB (or 0x8000FB) is unknown color: approx Electric Indigo. HEX triplet: 80, 00 and FB. RGB value is (128,0,251). Sum of RGB (Red+Green+Blue) = 128+0+251=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #8000FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000FB is #7FFF04. Grayscale: #424242. Windows color (decimal): -8388357 or 16449664. OLE color: 16449664.

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

Color convert

RGB1280251-
CMYK0.49100.02
HSL270.6º100%49.22%-
HSV(B)270.6º100%98.43%-
XYZ26.3111.5592.11-
YUV66.89231.91171.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 251 (98.44% from 255) = 66.23%
R=33.77%
G=0%
B=66.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12802510.49100.02270.610049.22
Hex800FB31640210f6431
Octal2000373611440241714461
Binary1000000001111101111000111001000101000011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8000FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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