Html Css Color HEX #8409F1 Electric Indigo

📋 copy color: '#8409F1'

red 132 ◦ green 9 ◦ blue 241

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

Shades of Electric Indigo #8409F1

Tints of Electric Indigo #8409F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 63.09%

R = 34.55%
G = 2.36%
B = 63.09%

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

#8409F1 (or 0x8409F1) is known color: Electric Indigo. HEX triplet: 84, 09 and F1. RGB value is (132,9,241). Sum of RGB (Red+Green+Blue) = 132+9+241=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #8409F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8409F1 is #7BF60E. Grayscale: #474747. Windows color (decimal): -8123919 or 15796612. OLE color: 15796612.

HSL color Cylindrical-coordinate representation of color #8409F1: hue angle of 271.81º 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 #8409F1 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 9 241 -
CMYK 0.45 0.96 0 0.05
HSL 271.81º 0.93% 0.49% -
HSV(B) 271.81º 0.96% 0.95% -
XYZ 25.49 11.45 84.09 -
YUV 72.23 223.25 170.64 -
System Red Green Blue C M Y K H S L
Decimal 132 9 241 0.45 0.96 0 0.05 271.81 0.93 0.49
Hex 84 9 F1 2D 60 0 5 110 5D 31
Octal 204 11 361 55 140 0 5 420 135 61
Binary 10000100 1001 11110001 101101 1100000 0 101 100010000 1011101 110001

Color Harmonies of #8409F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8409F1

Black with #8409F1

Text Example


Text Example

White with #8409F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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