Html Css Color HEX #820EFD Electric Indigo

📋 copy color: '#820EFD'

red 130 ◦ green 14 ◦ blue 253

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

Shades of Electric Indigo #820EFD

Tints of Electric Indigo #820EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.73%

R = 32.75%
G = 3.53%
B = 63.73%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#820EFD (or 0x820EFD) is known color: Electric Indigo. HEX triplet: 82, 0E and FD. RGB value is (130,14,253). Sum of RGB (Red+Green+Blue) = 130+14+253=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #820EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820EFD is #7DF102. Grayscale: #4B4B4B. Windows color (decimal): -8253699 or 16584322. OLE color: 16584322.

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

Color convert

RGB 130 14 253 -
CMYK 0.49 0.94 0 0.01
HSL 269.12º 0.98% 0.52% -
HSV(B) 269.12º 0.94% 0.99% -
XYZ 27.09 12.15 93.85 -
YUV 75.93 227.93 166.57 -
System Red Green Blue C M Y K H S L
Decimal 130 14 253 0.49 0.94 0 0.01 269.12 0.98 0.52
Hex 82 E FD 31 5E 0 1 10D 62 34
Octal 202 16 375 61 136 0 1 415 142 64
Binary 10000010 1110 11111101 110001 1011110 0 1 100001101 1100010 110100

Color Harmonies of #820EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EFD

Black with #820EFD

Text Example


Text Example

White with #820EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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