Html Css Color HEX #8401FD Electric Indigo

📋 copy color: '#8401FD'

red 132 ◦ green 1 ◦ blue 253

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

Shades of Electric Indigo #8401FD

Tints of Electric Indigo #8401FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 34.2%
G = 0.26%
B = 65.54%

CMYK

 C value IS 0.48

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8401FD (or 0x8401FD) is known color: Electric Indigo. HEX triplet: 84, 01 and FD. RGB value is (132,1,253). Sum of RGB (Red+Green+Blue) = 132+1+253=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #8401FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8401FD is #7BFE02. Grayscale: #444444. Windows color (decimal): -8125955 or 16580996. OLE color: 16580996.

HSL color Cylindrical-coordinate representation of color #8401FD: hue angle of 271.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8401FD is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 1 253 -
CMYK 0.48 1.00 0 0.01
HSL 271.19º 0.99% 0.5% -
HSV(B) 271.19º 1% 0.99% -
XYZ 27.26 12.02 93.81 -
YUV 68.9 231.9 173.01 -
System Red Green Blue C M Y K H S L
Decimal 132 1 253 0.48 1.00 0 0.01 271.19 0.99 0.5
Hex 84 1 FD 30 64 0 1 10F 63 32
Octal 204 1 375 60 144 0 1 417 143 62
Binary 10000100 1 11111101 110000 1100100 0 1 100001111 1100011 110010

Color Harmonies of #8401FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8401FD

Black with #8401FD

Text Example


Text Example

White with #8401FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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