Html Css Color HEX #8400FF Electric Indigo

📋 copy color: '#8400FF'

red 132 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #8400FF

Tints of Electric Indigo #8400FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.11%
G = 0%
B = 65.89%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8400FF (or 0x8400FF) is known color: Electric Indigo. HEX triplet: 84, 00 and FF. RGB value is (132,0,255). Sum of RGB (Red+Green+Blue) = 132+0+255=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #8400FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8400FF is #7BFF00. Grayscale: #434343. Windows color (decimal): -8126209 or 16711812. OLE color: 16711812.

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

Color convert

RGB 132 0 255 -
CMYK 0.48 1 0 0
HSL 271.06º 1% 0.5% -
HSV(B) 271.06º 1% 1% -
XYZ 27.57 12.13 95.5 -
YUV 68.54 233.23 173.27 -
System Red Green Blue C M Y K H S L
Decimal 132 0 255 0.48 1 0 0 271.06 1 0.5
Hex 84 0 FF 30 64 0 0 10F 64 32
Octal 204 0 377 60 144 0 0 417 144 62
Binary 10000100 0 11111111 110000 1100100 0 0 100001111 1100100 110010

Color Harmonies of #8400FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8400FF

Black with #8400FF

Text Example


Text Example

White with #8400FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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