Html Css Color HEX #8311FD Electric Indigo

📋 copy color: '#8311FD'

red 131 ◦ green 17 ◦ blue 253

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

Shades of Electric Indigo #8311FD

Tints of Electric Indigo #8311FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 32.67%
G = 4.24%
B = 63.09%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8311FD (or 0x8311FD) is known color: Electric Indigo. HEX triplet: 83, 11 and FD. RGB value is (131,17,253). Sum of RGB (Red+Green+Blue) = 131+17+253=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #8311FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8311FD is #7CEE02. Grayscale: #4D4D4D. Windows color (decimal): -8187395 or 16585091. OLE color: 16585091.

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

Color convert

RGB 131 17 253 -
CMYK 0.48 0.93 0 0.01
HSL 268.98º 0.98% 0.53% -
HSV(B) 268.98º 0.93% 0.99% -
XYZ 27.29 12.32 93.87 -
YUV 77.99 226.77 165.81 -
System Red Green Blue C M Y K H S L
Decimal 131 17 253 0.48 0.93 0 0.01 268.98 0.98 0.53
Hex 83 11 FD 30 5D 0 1 10D 62 35
Octal 203 21 375 60 135 0 1 415 142 65
Binary 10000011 10001 11111101 110000 1011101 0 1 100001101 1100010 110101

Color Harmonies of #8311FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311FD

Black with #8311FD

Text Example


Text Example

White with #8311FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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