Html Css Color HEX #8408F2 Electric Indigo

📋 copy color: '#8408F2'

red 132 ◦ green 8 ◦ blue 242

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

Shades of Electric Indigo #8408F2

Tints of Electric Indigo #8408F2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

 BLUE value IS 242 (94.92% from 255) = 63.35%

R = 34.55%
G = 2.09%
B = 63.35%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8408F2 (or 0x8408F2) is known color: Electric Indigo. HEX triplet: 84, 08 and F2. RGB value is (132,8,242). Sum of RGB (Red+Green+Blue) = 132+8+242=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 242 (94.92% from 255 or 63.35% from 382); Max value from RGB is 242 - color contains mainly: blue. Hex color #8408F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8408F2 is #7BF70D. Grayscale: #464646. Windows color (decimal): -8124174 or 15861892. OLE color: 15861892.

HSL color Cylindrical-coordinate representation of color #8408F2: hue angle of 271.79º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8408F2 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 8 242 -
CMYK 0.45 0.97 0 0.05
HSL 271.79º 0.94% 0.49% -
HSV(B) 271.79º 0.97% 0.95% -
XYZ 25.63 11.49 84.87 -
YUV 71.75 224.08 170.97 -
System Red Green Blue C M Y K H S L
Decimal 132 8 242 0.45 0.97 0 0.05 271.79 0.94 0.49
Hex 84 8 F2 2D 61 0 5 110 5E 31
Octal 204 10 362 55 141 0 5 420 136 61
Binary 10000100 1000 11110010 101101 1100001 0 101 100010000 1011110 110001

Color Harmonies of #8408F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8408F2

Black with #8408F2

Text Example


Text Example

White with #8408F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8408F2; }

 p { color: rgb(132,8,242); }

 H1.HeaderClassName
 {
   color: #8408F2;
 }
 .AnyTagClassName
 {
   color: #8408F2;
 }
</style>

background-color css

<style>
 a { background-color: #8408F2; }

 a { background-color: rgb(132,8,242); }

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

border-color css

<style>
 span { border-color: #8408F2; }

 span { border-color: rgb(132,8,242); }

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