Html Css Color HEX #8411FF Electric Indigo

📋 copy color: '#8411FF'

red 132 ◦ green 17 ◦ blue 255

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

Shades of Electric Indigo #8411FF

Tints of Electric Indigo #8411FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.21%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 32.67%
G = 4.21%
B = 63.12%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8411FF (or 0x8411FF) is known color: Electric Indigo. HEX triplet: 84, 11 and FF. RGB value is (132,17,255). Sum of RGB (Red+Green+Blue) = 132+17+255=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #8411FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8411FF is #7BEE00. Grayscale: #4D4D4D. Windows color (decimal): -8121857 or 16716164. OLE color: 16716164.

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

Color convert

RGB 132 17 255 -
CMYK 0.48 0.93 0 0
HSL 268.99º 1% 0.53% -
HSV(B) 268.99º 0.93% 1% -
XYZ 27.77 12.53 95.56 -
YUV 78.52 227.6 166.15 -
System Red Green Blue C M Y K H S L
Decimal 132 17 255 0.48 0.93 0 0 268.99 1 0.53
Hex 84 11 FF 30 5D 0 0 10D 64 35
Octal 204 21 377 60 135 0 0 415 144 65
Binary 10000100 10001 11111111 110000 1011101 0 0 100001101 1100100 110101

Color Harmonies of #8411FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8411FF

Black with #8411FF

Text Example


Text Example

White with #8411FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8411FF; }

 p { color: rgb(132,17,255); }

 H1.HeaderClassName
 {
   color: #8411FF;
 }
 .AnyTagClassName
 {
   color: #8411FF;
 }
</style>

background-color css

<style>
 a { background-color: #8411FF; }

 a { background-color: rgb(132,17,255); }

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

border-color css

<style>
 span { border-color: #8411FF; }

 span { border-color: rgb(132,17,255); }

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