Html Css Color HEX #8302FA Electric Indigo

📋 copy color: '#8302FA'

red 131 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #8302FA

Tints of Electric Indigo #8302FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 34.2%
G = 0.52%
B = 65.27%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8302FA (or 0x8302FA) is known color: Electric Indigo. HEX triplet: 83, 02 and FA. RGB value is (131,2,250). Sum of RGB (Red+Green+Blue) = 131+2+250=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #8302FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8302FA is #7CFD05. Grayscale: #434343. Windows color (decimal): -8191238 or 16384643. OLE color: 16384643.

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

Color convert

RGB 131 2 250 -
CMYK 0.48 0.99 0 0.02
HSL 271.21º 0.98% 0.49% -
HSV(B) 271.21º 0.99% 0.98% -
XYZ 26.64 11.77 91.31 -
YUV 68.84 230.24 172.33 -
System Red Green Blue C M Y K H S L
Decimal 131 2 250 0.48 0.99 0 0.02 271.21 0.98 0.49
Hex 83 2 FA 30 63 0 2 10F 62 31
Octal 203 2 372 60 143 0 2 417 142 61
Binary 10000011 10 11111010 110000 1100011 0 10 100001111 1100010 110001

Color Harmonies of #8302FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8302FA

Black with #8302FA

Text Example


Text Example

White with #8302FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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