Html Css Color HEX #820EFC Electric Indigo

📋 copy color: '#820EFC'

red 130 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #820EFC

Tints of Electric Indigo #820EFC

RGB

 RED value IS 130 (51.17% from 255) = 32.83%

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 32.83%
G = 3.54%
B = 63.64%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#820EFC (or 0x820EFC) is known color: Electric Indigo. HEX triplet: 82, 0E and FC. RGB value is (130,14,252). Sum of RGB (Red+Green+Blue) = 130+14+252=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #820EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820EFC is #7DF103. Grayscale: #4A4A4A. Windows color (decimal): -8253700 or 16518786. OLE color: 16518786.

HSL color Cylindrical-coordinate representation of color #820EFC: hue angle of 269.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EFC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 14 252 -
CMYK 0.48 0.94 0 0.01
HSL 269.24º 0.98% 0.52% -
HSV(B) 269.24º 0.94% 0.99% -
XYZ 26.93 12.09 93.01 -
YUV 75.82 227.43 166.65 -
System Red Green Blue C M Y K H S L
Decimal 130 14 252 0.48 0.94 0 0.01 269.24 0.98 0.52
Hex 82 E FC 30 5E 0 1 10D 62 34
Octal 202 16 374 60 136 0 1 415 142 64
Binary 10000010 1110 11111100 110000 1011110 0 1 100001101 1100010 110100

Color Harmonies of #820EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EFC

Black with #820EFC

Text Example


Text Example

White with #820EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820EFC; }

 p { color: rgb(130,14,252); }

 H1.HeaderClassName
 {
   color: #820EFC;
 }
 .AnyTagClassName
 {
   color: #820EFC;
 }
</style>

background-color css

<style>
 a { background-color: #820EFC; }

 a { background-color: rgb(130,14,252); }

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

border-color css

<style>
 span { border-color: #820EFC; }

 span { border-color: rgb(130,14,252); }

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