Html Css Color HEX #820AFE Electric Indigo

📋 copy color: '#820AFE'

red 130 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #820AFE

Tints of Electric Indigo #820AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

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

R = 32.99%
G = 2.54%
B = 64.47%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#820AFE (or 0x820AFE) is known color: Electric Indigo. HEX triplet: 82, 0A and FE. RGB value is (130,10,254). Sum of RGB (Red+Green+Blue) = 130+10+254=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #820AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820AFE is #7DF501. Grayscale: #484848. Windows color (decimal): -8254722 or 16648834. OLE color: 16648834.

HSL color Cylindrical-coordinate representation of color #820AFE: hue angle of 269.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820AFE is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 10 254 -
CMYK 0.49 0.96 0 0.00
HSL 269.51º 0.99% 0.52% -
HSV(B) 269.51º 0.96% 1% -
XYZ 27.2 12.12 94.67 -
YUV 73.7 229.76 168.16 -
System Red Green Blue C M Y K H S L
Decimal 130 10 254 0.49 0.96 0 0.00 269.51 0.99 0.52
Hex 82 A FE 31 60 0 0 10E 63 34
Octal 202 12 376 61 140 0 0 416 143 64
Binary 10000010 1010 11111110 110001 1100000 0 0 100001110 1100011 110100

Color Harmonies of #820AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820AFE

Black with #820AFE

Text Example


Text Example

White with #820AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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