Html Css Color HEX #8402FF Electric Indigo

📋 copy color: '#8402FF'

red 132 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #8402FF

Tints of Electric Indigo #8402FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 33.93%
G = 0.51%
B = 65.55%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8402FF (or 0x8402FF) is known color: Electric Indigo. HEX triplet: 84, 02 and FF. RGB value is (132,2,255). Sum of RGB (Red+Green+Blue) = 132+2+255=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #8402FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8402FF is #7BFD00. Grayscale: #444444. Windows color (decimal): -8125697 or 16712324. OLE color: 16712324.

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

Color convert

RGB 132 2 255 -
CMYK 0.48 0.99 0 0
HSL 270.83º 1% 0.5% -
HSV(B) 270.83º 0.99% 1% -
XYZ 27.59 12.17 95.5 -
YUV 69.71 232.57 172.43 -
System Red Green Blue C M Y K H S L
Decimal 132 2 255 0.48 0.99 0 0 270.83 1 0.5
Hex 84 2 FF 30 63 0 0 10F 64 32
Octal 204 2 377 60 143 0 0 417 144 62
Binary 10000100 10 11111111 110000 1100011 0 0 100001111 1100100 110010

Color Harmonies of #8402FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8402FF

Black with #8402FF

Text Example


Text Example

White with #8402FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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