Html Css Color HEX #8409F2 Electric Indigo

📋 copy color: '#8409F2'

red 132 ◦ green 9 ◦ blue 242

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

Shades of Electric Indigo #8409F2

Tints of Electric Indigo #8409F2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.35%

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

R = 34.46%
G = 2.35%
B = 63.19%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8409F2 (or 0x8409F2) is known color: Electric Indigo. HEX triplet: 84, 09 and F2. RGB value is (132,9,242). Sum of RGB (Red+Green+Blue) = 132+9+242=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #8409F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8409F2 is #7BF60D. Grayscale: #474747. Windows color (decimal): -8123918 or 15862148. OLE color: 15862148.

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

Color convert

RGB 132 9 242 -
CMYK 0.45 0.96 0 0.05
HSL 271.67º 0.93% 0.49% -
HSV(B) 271.67º 0.96% 0.95% -
XYZ 25.64 11.51 84.87 -
YUV 72.34 223.75 170.55 -
System Red Green Blue C M Y K H S L
Decimal 132 9 242 0.45 0.96 0 0.05 271.67 0.93 0.49
Hex 84 9 F2 2D 60 0 5 110 5D 31
Octal 204 11 362 55 140 0 5 420 135 61
Binary 10000100 1001 11110010 101101 1100000 0 101 100010000 1011101 110001

Color Harmonies of #8409F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8409F2

Black with #8409F2

Text Example


Text Example

White with #8409F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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