#8412FD

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

Shades of Electric Indigo #8412FD

Tints of Electric Indigo #8412FD

Color information

#8412FD (or 0x8412FD) is unknown color: approx Electric Indigo. HEX triplet: 84, 12 and FD. RGB value is (132,18,253). Sum of RGB (Red+Green+Blue) = 132+18+253=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #8412FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8412FD is #7BED02. Grayscale: #4E4E4E. Windows color (decimal): -8121603 or 16585348. OLE color: 16585348.

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

Color convert

RGB13218253-
CMYK0.480.9300.01
HSL269.11º98.33%53.14%-
HSV(B)269.11º92.89%99.22%-
XYZ27.4612.4393.88-
YUV78.88226.27165.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 18 (7.42% from 255) = 4.47%
BLUE value IS 253 (99.22% from 255) = 62.78%
R=32.75%
G=4.47%
B=62.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal132182530.480.9300.01269.1198.3353.14
Hex8412FD305D0110d6235
Octal20422375601350141514265
Binary1000010010010111111011100001011101011000011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8412FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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