Html Css Color HEX #8407F1 Electric Indigo

📋 copy color: '#8407F1'

red 132 ◦ green 7 ◦ blue 241

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

Shades of Electric Indigo #8407F1

Tints of Electric Indigo #8407F1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

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

R = 34.74%
G = 1.84%
B = 63.42%

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

#8407F1 (or 0x8407F1) is known color: Electric Indigo. HEX triplet: 84, 07 and F1. RGB value is (132,7,241). Sum of RGB (Red+Green+Blue) = 132+7+241=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #8407F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8407F1 is #7BF80E. Grayscale: #464646. Windows color (decimal): -8124431 or 15796100. OLE color: 15796100.

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

Color convert

RGB 132 7 241 -
CMYK 0.45 0.97 0 0.05
HSL 272.05º 0.94% 0.49% -
HSV(B) 272.05º 0.97% 0.95% -
XYZ 25.47 11.41 84.08 -
YUV 71.05 223.91 171.47 -
System Red Green Blue C M Y K H S L
Decimal 132 7 241 0.45 0.97 0 0.05 272.05 0.94 0.49
Hex 84 7 F1 2D 61 0 5 110 5E 31
Octal 204 7 361 55 141 0 5 420 136 61
Binary 10000100 111 11110001 101101 1100001 0 101 100010000 1011110 110001

Color Harmonies of #8407F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8407F1

Black with #8407F1

Text Example


Text Example

White with #8407F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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