Html Css Color HEX #840CFA Electric Indigo

📋 copy color: '#840CFA'

red 132 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #840CFA

Tints of Electric Indigo #840CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 33.5%
G = 3.05%
B = 63.45%

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

#840CFA (or 0x840CFA) is known color: Electric Indigo. HEX triplet: 84, 0C and FA. RGB value is (132,12,250). Sum of RGB (Red+Green+Blue) = 132+12+250=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #840CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840CFA is #7BF305. Grayscale: #4A4A4A. Windows color (decimal): -8123142 or 16387204. OLE color: 16387204.

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

Color convert

RGB 132 12 250 -
CMYK 0.47 0.95 0 0.02
HSL 270.25º 0.96% 0.51% -
HSV(B) 270.25º 0.95% 0.98% -
XYZ 26.9 12.07 91.35 -
YUV 75.01 226.76 168.65 -
System Red Green Blue C M Y K H S L
Decimal 132 12 250 0.47 0.95 0 0.02 270.25 0.96 0.51
Hex 84 C FA 2F 5F 0 2 10E 60 33
Octal 204 14 372 57 137 0 2 416 140 63
Binary 10000100 1100 11111010 101111 1011111 0 10 100001110 1100000 110011

Color Harmonies of #840CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CFA

Black with #840CFA

Text Example


Text Example

White with #840CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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