Html Css Color HEX #820CFE Electric Indigo

📋 copy color: '#820CFE'

red 130 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #820CFE

Tints of Electric Indigo #820CFE

RGB

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

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

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

R = 32.83%
G = 3.03%
B = 64.14%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#820CFE (or 0x820CFE) is known color: Electric Indigo. HEX triplet: 82, 0C and FE. RGB value is (130,12,254). Sum of RGB (Red+Green+Blue) = 130+12+254=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #820CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820CFE is #7DF301. Grayscale: #4A4A4A. Windows color (decimal): -8254210 or 16649346. OLE color: 16649346.

HSL color Cylindrical-coordinate representation of color #820CFE: hue angle of 269.26º 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 #820CFE is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 12 254 -
CMYK 0.49 0.95 0 0.00
HSL 269.26º 0.99% 0.52% -
HSV(B) 269.26º 0.95% 1% -
XYZ 27.23 12.16 94.68 -
YUV 74.87 229.09 167.32 -
System Red Green Blue C M Y K H S L
Decimal 130 12 254 0.49 0.95 0 0.00 269.26 0.99 0.52
Hex 82 C FE 31 5F 0 0 10D 63 34
Octal 202 14 376 61 137 0 0 415 143 64
Binary 10000010 1100 11111110 110001 1011111 0 0 100001101 1100011 110100

Color Harmonies of #820CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CFE

Black with #820CFE

Text Example


Text Example

White with #820CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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