Html Css Color HEX #840CFE Electric Indigo

📋 copy color: '#840CFE'

red 132 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #840CFE

Tints of Electric Indigo #840CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 33.17%
G = 3.02%
B = 63.82%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#840CFE (or 0x840CFE) is known color: Electric Indigo. HEX triplet: 84, 0C and FE. RGB value is (132,12,254). Sum of RGB (Red+Green+Blue) = 132+12+254=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #840CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840CFE is #7BF301. Grayscale: #4A4A4A. Windows color (decimal): -8123138 or 16649348. OLE color: 16649348.

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

Color convert

RGB 132 12 254 -
CMYK 0.48 0.95 0 0.00
HSL 269.75º 0.99% 0.52% -
HSV(B) 269.75º 0.95% 1% -
XYZ 27.54 12.32 94.69 -
YUV 75.47 228.76 168.32 -
System Red Green Blue C M Y K H S L
Decimal 132 12 254 0.48 0.95 0 0.00 269.75 0.99 0.52
Hex 84 C FE 30 5F 0 0 10E 63 34
Octal 204 14 376 60 137 0 0 416 143 64
Binary 10000100 1100 11111110 110000 1011111 0 0 100001110 1100011 110100

Color Harmonies of #840CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CFE

Black with #840CFE

Text Example


Text Example

White with #840CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,12,254); }

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

background-color css

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

 a { background-color: rgb(132,12,254); }

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

border-color css

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

 span { border-color: rgb(132,12,254); }

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