Html Css Color HEX #8401FA Electric Indigo

📋 copy color: '#8401FA'

red 132 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #8401FA

Tints of Electric Indigo #8401FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 34.46%
G = 0.26%
B = 65.27%

CMYK

 C value IS 0.47

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8401FA (or 0x8401FA) is known color: Electric Indigo. HEX triplet: 84, 01 and FA. RGB value is (132,1,250). Sum of RGB (Red+Green+Blue) = 132+1+250=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #8401FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8401FA is #7BFE05. Grayscale: #434343. Windows color (decimal): -8125958 or 16384388. OLE color: 16384388.

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

Color convert

RGB 132 1 250 -
CMYK 0.47 1.00 0 0.02
HSL 271.57º 0.99% 0.49% -
HSV(B) 271.57º 1% 0.98% -
XYZ 26.78 11.83 91.31 -
YUV 68.56 230.4 173.25 -
System Red Green Blue C M Y K H S L
Decimal 132 1 250 0.47 1.00 0 0.02 271.57 0.99 0.49
Hex 84 1 FA 2F 64 0 2 110 63 31
Octal 204 1 372 57 144 0 2 420 143 61
Binary 10000100 1 11111010 101111 1100100 0 10 100010000 1100011 110001

Color Harmonies of #8401FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8401FA

Black with #8401FA

Text Example


Text Example

White with #8401FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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