Html Css Color HEX #840CFB Electric Indigo

📋 copy color: '#840CFB'

red 132 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #840CFB

Tints of Electric Indigo #840CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 33.42%
G = 3.04%
B = 63.54%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#840CFB (or 0x840CFB) is known color: Electric Indigo. HEX triplet: 84, 0C and FB. RGB value is (132,12,251). Sum of RGB (Red+Green+Blue) = 132+12+251=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #840CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840CFB is #7BF304. Grayscale: #4A4A4A. Windows color (decimal): -8123141 or 16452740. OLE color: 16452740.

HSL color Cylindrical-coordinate representation of color #840CFB: hue angle of 270.13º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840CFB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 12 251 -
CMYK 0.47 0.95 0 0.02
HSL 270.13º 0.97% 0.52% -
HSV(B) 270.13º 0.95% 0.98% -
XYZ 27.06 12.13 92.18 -
YUV 75.13 227.26 168.57 -
System Red Green Blue C M Y K H S L
Decimal 132 12 251 0.47 0.95 0 0.02 270.13 0.97 0.52
Hex 84 C FB 2F 5F 0 2 10E 61 34
Octal 204 14 373 57 137 0 2 416 141 64
Binary 10000100 1100 11111011 101111 1011111 0 10 100001110 1100001 110100

Color Harmonies of #840CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CFB

Black with #840CFB

Text Example


Text Example

White with #840CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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