Html Css Color HEX #8211FA Electric Indigo

📋 copy color: '#8211FA'

red 130 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #8211FA

Tints of Electric Indigo #8211FA

RGB

 RED value IS 130 (51.17% from 255) = 32.75%

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

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

R = 32.75%
G = 4.28%
B = 62.97%

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

#8211FA (or 0x8211FA) is known color: Electric Indigo. HEX triplet: 82, 11 and FA. RGB value is (130,17,250). Sum of RGB (Red+Green+Blue) = 130+17+250=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #8211FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211FA is #7DEE05. Grayscale: #4C4C4C. Windows color (decimal): -8252934 or 16388482. OLE color: 16388482.

HSL color Cylindrical-coordinate representation of color #8211FA: hue angle of 269.1º 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 #8211FA is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 17 250 -
CMYK 0.48 0.93 0 0.02
HSL 269.1º 0.96% 0.52% -
HSV(B) 269.1º 0.93% 0.98% -
XYZ 26.66 12.05 91.36 -
YUV 77.35 225.44 165.55 -
System Red Green Blue C M Y K H S L
Decimal 130 17 250 0.48 0.93 0 0.02 269.1 0.96 0.52
Hex 82 11 FA 30 5D 0 2 10D 60 34
Octal 202 21 372 60 135 0 2 415 140 64
Binary 10000010 10001 11111010 110000 1011101 0 10 100001101 1100000 110100

Color Harmonies of #8211FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211FA

Black with #8211FA

Text Example


Text Example

White with #8211FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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