Html Css Color HEX #8403FA Electric Indigo

📋 copy color: '#8403FA'

red 132 ◦ green 3 ◦ blue 250

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

Shades of Electric Indigo #8403FA

Tints of Electric Indigo #8403FA

RGB

 RED value IS 132 (51.95% from 255) = 34.29%

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

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

R = 34.29%
G = 0.78%
B = 64.94%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8403FA (or 0x8403FA) is known color: Electric Indigo. HEX triplet: 84, 03 and FA. RGB value is (132,3,250). Sum of RGB (Red+Green+Blue) = 132+3+250=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #8403FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8403FA is #7BFC05. Grayscale: #444444. Windows color (decimal): -8125446 or 16384900. OLE color: 16384900.

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

Color convert

RGB 132 3 250 -
CMYK 0.47 0.99 0 0.02
HSL 271.34º 0.98% 0.5% -
HSV(B) 271.34º 0.99% 0.98% -
XYZ 26.8 11.87 91.32 -
YUV 69.73 229.74 172.42 -
System Red Green Blue C M Y K H S L
Decimal 132 3 250 0.47 0.99 0 0.02 271.34 0.98 0.5
Hex 84 3 FA 2F 63 0 2 10F 62 32
Octal 204 3 372 57 143 0 2 417 142 62
Binary 10000100 11 11111010 101111 1100011 0 10 100001111 1100010 110010

Color Harmonies of #8403FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8403FA

Black with #8403FA

Text Example


Text Example

White with #8403FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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