Html Css Color HEX #8311FB Electric Indigo

📋 copy color: '#8311FB'

red 131 ◦ green 17 ◦ blue 251

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

Shades of Electric Indigo #8311FB

Tints of Electric Indigo #8311FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.91%

R = 32.83%
G = 4.26%
B = 62.91%

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

#8311FB (or 0x8311FB) is known color: Electric Indigo. HEX triplet: 83, 11 and FB. RGB value is (131,17,251). Sum of RGB (Red+Green+Blue) = 131+17+251=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #8311FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8311FB is #7CEE04. Grayscale: #4C4C4C. Windows color (decimal): -8187397 or 16454019. OLE color: 16454019.

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

Color convert

RGB 131 17 251 -
CMYK 0.48 0.93 0 0.02
HSL 269.23º 0.97% 0.53% -
HSV(B) 269.23º 0.93% 0.98% -
XYZ 26.97 12.19 92.2 -
YUV 77.76 225.77 165.97 -
System Red Green Blue C M Y K H S L
Decimal 131 17 251 0.48 0.93 0 0.02 269.23 0.97 0.53
Hex 83 11 FB 30 5D 0 2 10D 61 35
Octal 203 21 373 60 135 0 2 415 141 65
Binary 10000011 10001 11111011 110000 1011101 0 10 100001101 1100001 110101

Color Harmonies of #8311FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311FB

Black with #8311FB

Text Example


Text Example

White with #8311FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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