#8401F3

Color #8401F3 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #8401F3

Tints of Electric Indigo #8401F3

Color information

#8401F3 (or 0x8401F3) is unknown color: approx Electric Indigo. HEX triplet: 84, 01 and F3. RGB value is (132,1,243). Sum of RGB (Red+Green+Blue) = 132+1+243=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #8401F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8401F3 is #7BFE0C. Grayscale: #424242. Windows color (decimal): -8125965 or 15925636. OLE color: 15925636.

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

Color convert

RGB1321243-
CMYK0.461.0000.05
HSL272.48º99.18%47.84%-
HSV(B)272.48º99.59%95.29%-
XYZ25.711.485.64-
YUV67.76226.9173.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 243 (95.31% from 255) = 64.63%
R=35.11%
G=0.27%
B=64.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal13212430.461.0000.05272.4899.1847.84
Hex841F32E64051106330
Octal2041363561440542014360
Binary10000100111110011101110110010001011000100001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8401F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8401F3;
 }
 .AnyTagClassName
 {
   color: #8401F3;
 }
</style>
background-color css

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

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

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

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

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

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