Html Css Color HEX #8300FA Electric Indigo

📋 copy color: '#8300FA'

red 131 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #8300FA

Tints of Electric Indigo #8300FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.38%
G = 0%
B = 65.62%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8300FA (or 0x8300FA) is known color: Electric Indigo. HEX triplet: 83, 00 and FA. RGB value is (131,0,250). Sum of RGB (Red+Green+Blue) = 131+0+250=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #8300FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300FA is #7CFF05. Grayscale: #424242. Windows color (decimal): -8191750 or 16384131. OLE color: 16384131.

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

Color convert

RGB 131 0 250 -
CMYK 0.48 1 0 0.02
HSL 271.44º 1% 0.49% -
HSV(B) 271.44º 1% 0.98% -
XYZ 26.62 11.73 91.3 -
YUV 67.67 230.9 173.17 -
System Red Green Blue C M Y K H S L
Decimal 131 0 250 0.48 1 0 0.02 271.44 1 0.49
Hex 83 0 FA 30 64 0 2 10F 64 31
Octal 203 0 372 60 144 0 2 417 144 61
Binary 10000011 0 11111010 110000 1100100 0 10 100001111 1100100 110001

Color Harmonies of #8300FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300FA

Black with #8300FA

Text Example


Text Example

White with #8300FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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