Html Css Color HEX #8303FA Electric Indigo

📋 copy color: '#8303FA'

red 131 ◦ green 3 ◦ blue 250

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

Shades of Electric Indigo #8303FA

Tints of Electric Indigo #8303FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 34.11%
G = 0.78%
B = 65.1%

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

#8303FA (or 0x8303FA) is known color: Electric Indigo. HEX triplet: 83, 03 and FA. RGB value is (131,3,250). Sum of RGB (Red+Green+Blue) = 131+3+250=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #8303FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8303FA is #7CFC05. Grayscale: #444444. Windows color (decimal): -8190982 or 16384899. OLE color: 16384899.

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

Color convert

RGB 131 3 250 -
CMYK 0.48 0.99 0 0.02
HSL 271.09º 0.98% 0.5% -
HSV(B) 271.09º 0.99% 0.98% -
XYZ 26.65 11.79 91.31 -
YUV 69.43 229.91 171.92 -
System Red Green Blue C M Y K H S L
Decimal 131 3 250 0.48 0.99 0 0.02 271.09 0.98 0.5
Hex 83 3 FA 30 63 0 2 10F 62 32
Octal 203 3 372 60 143 0 2 417 142 62
Binary 10000011 11 11111010 110000 1100011 0 10 100001111 1100010 110010

Color Harmonies of #8303FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8303FA

Black with #8303FA

Text Example


Text Example

White with #8303FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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