Html Css Color HEX #8405FF Electric Indigo

📋 copy color: '#8405FF'

red 132 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #8405FF

Tints of Electric Indigo #8405FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

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

R = 33.67%
G = 1.28%
B = 65.05%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8405FF (or 0x8405FF) is known color: Electric Indigo. HEX triplet: 84, 05 and FF. RGB value is (132,5,255). Sum of RGB (Red+Green+Blue) = 132+5+255=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #8405FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405FF is #7BFA00. Grayscale: #464646. Windows color (decimal): -8124929 or 16713092. OLE color: 16713092.

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

Color convert

RGB 132 5 255 -
CMYK 0.48 0.98 0 0
HSL 270.48º 1% 0.51% -
HSV(B) 270.48º 0.98% 1% -
XYZ 27.62 12.23 95.51 -
YUV 71.47 231.58 171.17 -
System Red Green Blue C M Y K H S L
Decimal 132 5 255 0.48 0.98 0 0 270.48 1 0.51
Hex 84 5 FF 30 62 0 0 10E 64 33
Octal 204 5 377 60 142 0 0 416 144 63
Binary 10000100 101 11111111 110000 1100010 0 0 100001110 1100100 110011

Color Harmonies of #8405FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8405FF

Black with #8405FF

Text Example


Text Example

White with #8405FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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