Html Css Color HEX #840BFF Electric Indigo

📋 copy color: '#840BFF'

red 132 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #840BFF

Tints of Electric Indigo #840BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

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

R = 33.17%
G = 2.76%
B = 64.07%

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

#840BFF (or 0x840BFF) is known color: Electric Indigo. HEX triplet: 84, 0B and FF. RGB value is (132,11,255). Sum of RGB (Red+Green+Blue) = 132+11+255=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #840BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840BFF is #7BF400. Grayscale: #4A4A4A. Windows color (decimal): -8123393 or 16714628. OLE color: 16714628.

HSL color Cylindrical-coordinate representation of color #840BFF: hue angle of 269.75º 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 #840BFF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 11 255 -
CMYK 0.48 0.96 0 0
HSL 269.75º 1% 0.52% -
HSV(B) 269.75º 0.96% 1% -
XYZ 27.69 12.36 95.54 -
YUV 75 229.59 168.66 -
System Red Green Blue C M Y K H S L
Decimal 132 11 255 0.48 0.96 0 0 269.75 1 0.52
Hex 84 B FF 30 60 0 0 10E 64 34
Octal 204 13 377 60 140 0 0 416 144 64
Binary 10000100 1011 11111111 110000 1100000 0 0 100001110 1100100 110100

Color Harmonies of #840BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840BFF

Black with #840BFF

Text Example


Text Example

White with #840BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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