Html Css Color HEX #8400FA Electric Indigo

📋 copy color: '#8400FA'

red 132 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #8400FA

Tints of Electric Indigo #8400FA

RGB

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

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

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

R = 34.55%
G = 0%
B = 65.45%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8400FA (or 0x8400FA) is known color: Electric Indigo. HEX triplet: 84, 00 and FA. RGB value is (132,0,250). Sum of RGB (Red+Green+Blue) = 132+0+250=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #8400FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8400FA is #7BFF05. Grayscale: #434343. Windows color (decimal): -8126214 or 16384132. OLE color: 16384132.

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

Color convert

RGB 132 0 250 -
CMYK 0.47 1 0 0.02
HSL 271.68º 1% 0.49% -
HSV(B) 271.68º 1% 0.98% -
XYZ 26.77 11.81 91.31 -
YUV 67.97 230.73 173.67 -
System Red Green Blue C M Y K H S L
Decimal 132 0 250 0.47 1 0 0.02 271.68 1 0.49
Hex 84 0 FA 2F 64 0 2 110 64 31
Octal 204 0 372 57 144 0 2 420 144 61
Binary 10000100 0 11111010 101111 1100100 0 10 100010000 1100100 110001

Color Harmonies of #8400FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8400FA

Black with #8400FA

Text Example


Text Example

White with #8400FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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