Html Css Color HEX #8312FA Electric Indigo

📋 copy color: '#8312FA'

red 131 ◦ green 18 ◦ blue 250

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

Shades of Electric Indigo #8312FA

Tints of Electric Indigo #8312FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.51%

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

R = 32.83%
G = 4.51%
B = 62.66%

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

#8312FA (or 0x8312FA) is known color: Electric Indigo. HEX triplet: 83, 12 and FA. RGB value is (131,18,250). Sum of RGB (Red+Green+Blue) = 131+18+250=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #8312FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8312FA is #7CED05. Grayscale: #4D4D4D. Windows color (decimal): -8187142 or 16388739. OLE color: 16388739.

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

Color convert

RGB 131 18 250 -
CMYK 0.48 0.93 0 0.02
HSL 269.22º 0.96% 0.53% -
HSV(B) 269.22º 0.93% 0.98% -
XYZ 26.83 12.16 91.38 -
YUV 78.24 224.94 165.64 -
System Red Green Blue C M Y K H S L
Decimal 131 18 250 0.48 0.93 0 0.02 269.22 0.96 0.53
Hex 83 12 FA 30 5D 0 2 10D 60 35
Octal 203 22 372 60 135 0 2 415 140 65
Binary 10000011 10010 11111010 110000 1011101 0 10 100001101 1100000 110101

Color Harmonies of #8312FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312FA

Black with #8312FA

Text Example


Text Example

White with #8312FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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