Html Css Color HEX #820BFA Electric Indigo

📋 copy color: '#820BFA'

red 130 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #820BFA

Tints of Electric Indigo #820BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.94%

R = 33.25%
G = 2.81%
B = 63.94%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#820BFA (or 0x820BFA) is known color: Electric Indigo. HEX triplet: 82, 0B and FA. RGB value is (130,11,250). Sum of RGB (Red+Green+Blue) = 130+11+250=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #820BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BFA is #7DF405. Grayscale: #484848. Windows color (decimal): -8254470 or 16386946. OLE color: 16386946.

HSL color Cylindrical-coordinate representation of color #820BFA: hue angle of 269.87º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820BFA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 11 250 -
CMYK 0.48 0.96 0 0.02
HSL 269.87º 0.96% 0.51% -
HSV(B) 269.87º 0.96% 0.98% -
XYZ 26.58 11.89 91.34 -
YUV 73.83 227.42 168.07 -
System Red Green Blue C M Y K H S L
Decimal 130 11 250 0.48 0.96 0 0.02 269.87 0.96 0.51
Hex 82 B FA 30 60 0 2 10E 60 33
Octal 202 13 372 60 140 0 2 416 140 63
Binary 10000010 1011 11111010 110000 1100000 0 10 100001110 1100000 110011

Color Harmonies of #820BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BFA

Black with #820BFA

Text Example


Text Example

White with #820BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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