Html Css Color HEX #8311FA Electric Indigo

📋 copy color: '#8311FA'

red 131 ◦ green 17 ◦ blue 250

#8311FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #8311FA

Tints of Electric Indigo #8311FA

RGB

 RED value IS 131 (51.56% from 255) = 32.91%

 GREEN value IS 17 (7.03% from 255) = 4.27%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 32.91%
G = 4.27%
B = 62.81%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8311FA (or 0x8311FA) is known color: Electric Indigo. HEX triplet: 83, 11 and FA. RGB value is (131,17,250). Sum of RGB (Red+Green+Blue) = 131+17+250=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #8311FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8311FA is #7CEE05. Grayscale: #4C4C4C. Windows color (decimal): -8187398 or 16388483. OLE color: 16388483.

HSL color Cylindrical-coordinate representation of color #8311FA: hue angle of 269.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8311FA is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 17 250 -
CMYK 0.48 0.93 0 0.02
HSL 269.36º 0.96% 0.52% -
HSV(B) 269.36º 0.93% 0.98% -
XYZ 26.82 12.13 91.37 -
YUV 77.65 225.27 166.05 -
System Red Green Blue C M Y K H S L
Decimal 131 17 250 0.48 0.93 0 0.02 269.36 0.96 0.52
Hex 83 11 FA 30 5D 0 2 10D 60 34
Octal 203 21 372 60 135 0 2 415 140 64
Binary 10000011 10001 11111010 110000 1011101 0 10 100001101 1100000 110100

Color Harmonies of #8311FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311FA

Black with #8311FA

Text Example


Text Example

White with #8311FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8311FA;
 }
 .AnyTagClassName
 {
   color: #8311FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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