#8311FF

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

Shades of Electric Indigo #8311FF

Tints of Electric Indigo #8311FF

Color information

#8311FF (or 0x8311FF) is unknown color: approx Electric Indigo. HEX triplet: 83, 11 and FF. RGB value is (131,17,255). Sum of RGB (Red+Green+Blue) = 131+17+255=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #8311FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8311FF is #7CEE00. Grayscale: #4D4D4D. Windows color (decimal): -8187393 or 16716163. OLE color: 16716163.

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

Color convert

RGB13117255-
CMYK0.490.9300
HSL268.74º100%53.33%-
HSV(B)268.74º93.33%100%-
XYZ27.6112.4595.55-
YUV78.22227.77165.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 17 (7.03% from 255) = 4.22%
BLUE value IS 255 (100% from 255) = 63.28%
R=32.51%
G=4.22%
B=63.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal131172550.490.9300268.7410053.33
Hex8311FF315D0010d6435
Octal20321377611350041514465
Binary1000001110001111111111100011011101001000011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8311FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,17,255); }

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

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

 a { background-color: rgb(131,17,255); }

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

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

 span { border-color: rgb(131,17,255); }

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