Html Css Color HEX #840AFF Electric Indigo

📋 copy color: '#840AFF'

red 132 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #840AFF

Tints of Electric Indigo #840AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.52%

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

R = 33.25%
G = 2.52%
B = 64.23%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#840AFF (or 0x840AFF) is known color: Electric Indigo. HEX triplet: 84, 0A and FF. RGB value is (132,10,255). Sum of RGB (Red+Green+Blue) = 132+10+255=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #840AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840AFF is #7BF500. Grayscale: #494949. Windows color (decimal): -8123649 or 16714372. OLE color: 16714372.

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

Color convert

RGB 132 10 255 -
CMYK 0.48 0.96 0 0
HSL 269.88º 1% 0.52% -
HSV(B) 269.88º 0.96% 1% -
XYZ 27.67 12.34 95.53 -
YUV 74.41 229.92 169.08 -
System Red Green Blue C M Y K H S L
Decimal 132 10 255 0.48 0.96 0 0 269.88 1 0.52
Hex 84 A FF 30 60 0 0 10E 64 34
Octal 204 12 377 60 140 0 0 416 144 64
Binary 10000100 1010 11111111 110000 1100000 0 0 100001110 1100100 110100

Color Harmonies of #840AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840AFF

Black with #840AFF

Text Example


Text Example

White with #840AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840AFF; }

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

 H1.HeaderClassName
 {
   color: #840AFF;
 }
 .AnyTagClassName
 {
   color: #840AFF;
 }
</style>

background-color css

<style>
 a { background-color: #840AFF; }

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

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

border-color css

<style>
 span { border-color: #840AFF; }

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

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