Html Css Color HEX #820BF2 Electric Indigo

📋 copy color: '#820BF2'

red 130 ◦ green 11 ◦ blue 242

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

Shades of Electric Indigo #820BF2

Tints of Electric Indigo #820BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.19%

R = 33.94%
G = 2.87%
B = 63.19%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#820BF2 (or 0x820BF2) is known color: Electric Indigo. HEX triplet: 82, 0B and F2. RGB value is (130,11,242). Sum of RGB (Red+Green+Blue) = 130+11+242=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #820BF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BF2 is #7DF40D. Grayscale: #484848. Windows color (decimal): -8254478 or 15862658. OLE color: 15862658.

HSL color Cylindrical-coordinate representation of color #820BF2: hue angle of 270.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BF2 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 11 242 -
CMYK 0.46 0.95 0 0.05
HSL 270.91º 0.91% 0.5% -
HSV(B) 270.91º 0.95% 0.95% -
XYZ 25.35 11.4 84.87 -
YUV 72.92 223.42 168.72 -
System Red Green Blue C M Y K H S L
Decimal 130 11 242 0.46 0.95 0 0.05 270.91 0.91 0.5
Hex 82 B F2 2E 5F 0 5 10F 5B 32
Octal 202 13 362 56 137 0 5 417 133 62
Binary 10000010 1011 11110010 101110 1011111 0 101 100001111 1011011 110010

Color Harmonies of #820BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BF2

Black with #820BF2

Text Example


Text Example

White with #820BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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