Html Css Color HEX #820BFE Electric Indigo

📋 copy color: '#820BFE'

red 130 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #820BFE

Tints of Electric Indigo #820BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.78%

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

R = 32.91%
G = 2.78%
B = 64.3%

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

#820BFE (or 0x820BFE) is known color: Electric Indigo. HEX triplet: 82, 0B and FE. RGB value is (130,11,254). Sum of RGB (Red+Green+Blue) = 130+11+254=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #820BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BFE is #7DF401. Grayscale: #494949. Windows color (decimal): -8254466 or 16649090. OLE color: 16649090.

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

Color convert

RGB 130 11 254 -
CMYK 0.49 0.96 0 0.00
HSL 269.38º 0.99% 0.52% -
HSV(B) 269.38º 0.96% 1% -
XYZ 27.21 12.14 94.67 -
YUV 74.28 229.42 167.74 -
System Red Green Blue C M Y K H S L
Decimal 130 11 254 0.49 0.96 0 0.00 269.38 0.99 0.52
Hex 82 B FE 31 60 0 0 10D 63 34
Octal 202 13 376 61 140 0 0 415 143 64
Binary 10000010 1011 11111110 110001 1100000 0 0 100001101 1100011 110100

Color Harmonies of #820BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BFE

Black with #820BFE

Text Example


Text Example

White with #820BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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