Html Css Color HEX #820DFE Electric Indigo

📋 copy color: '#820DFE'

red 130 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #820DFE

Tints of Electric Indigo #820DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

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

R = 32.75%
G = 3.27%
B = 63.98%

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

#820DFE (or 0x820DFE) is known color: Electric Indigo. HEX triplet: 82, 0D and FE. RGB value is (130,13,254). Sum of RGB (Red+Green+Blue) = 130+13+254=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #820DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820DFE is #7DF201. Grayscale: #4A4A4A. Windows color (decimal): -8253954 or 16649602. OLE color: 16649602.

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

Color convert

RGB 130 13 254 -
CMYK 0.49 0.95 0 0.00
HSL 269.13º 0.99% 0.52% -
HSV(B) 269.13º 0.95% 1% -
XYZ 27.24 12.19 94.68 -
YUV 75.46 228.76 166.9 -
System Red Green Blue C M Y K H S L
Decimal 130 13 254 0.49 0.95 0 0.00 269.13 0.99 0.52
Hex 82 D FE 31 5F 0 0 10D 63 34
Octal 202 15 376 61 137 0 0 415 143 64
Binary 10000010 1101 11111110 110001 1011111 0 0 100001101 1100011 110100

Color Harmonies of #820DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DFE

Black with #820DFE

Text Example


Text Example

White with #820DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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