Html Css Color HEX #8407FA Electric Indigo

📋 copy color: '#8407FA'

red 132 ◦ green 7 ◦ blue 250

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

Shades of Electric Indigo #8407FA

Tints of Electric Indigo #8407FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.8%

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

R = 33.93%
G = 1.8%
B = 64.27%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8407FA (or 0x8407FA) is known color: Electric Indigo. HEX triplet: 84, 07 and FA. RGB value is (132,7,250). Sum of RGB (Red+Green+Blue) = 132+7+250=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #8407FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8407FA is #7BF805. Grayscale: #474747. Windows color (decimal): -8124422 or 16385924. OLE color: 16385924.

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

Color convert

RGB 132 7 250 -
CMYK 0.47 0.97 0 0.02
HSL 270.86º 0.96% 0.5% -
HSV(B) 270.86º 0.97% 0.98% -
XYZ 26.85 11.96 91.34 -
YUV 72.08 228.41 170.74 -
System Red Green Blue C M Y K H S L
Decimal 132 7 250 0.47 0.97 0 0.02 270.86 0.96 0.5
Hex 84 7 FA 2F 61 0 2 10F 60 32
Octal 204 7 372 57 141 0 2 417 140 62
Binary 10000100 111 11111010 101111 1100001 0 10 100001111 1100000 110010

Color Harmonies of #8407FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8407FA

Black with #8407FA

Text Example


Text Example

White with #8407FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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