Html Css Color HEX #820BFF Electric Indigo

📋 copy color: '#820BFF'

red 130 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #820BFF

Tints of Electric Indigo #820BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.39%

R = 32.83%
G = 2.78%
B = 64.39%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#820BFF (or 0x820BFF) is known color: Electric Indigo. HEX triplet: 82, 0B and FF. RGB value is (130,11,255). Sum of RGB (Red+Green+Blue) = 130+11+255=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #820BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BFF is #7DF400. Grayscale: #494949. Windows color (decimal): -8254465 or 16714626. OLE color: 16714626.

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

Color convert

RGB 130 11 255 -
CMYK 0.49 0.96 0 0
HSL 269.26º 1% 0.52% -
HSV(B) 269.26º 0.96% 1% -
XYZ 27.38 12.21 95.52 -
YUV 74.4 229.92 167.66 -
System Red Green Blue C M Y K H S L
Decimal 130 11 255 0.49 0.96 0 0 269.26 1 0.52
Hex 82 B FF 31 60 0 0 10D 64 34
Octal 202 13 377 61 140 0 0 415 144 64
Binary 10000010 1011 11111111 110001 1100000 0 0 100001101 1100100 110100

Color Harmonies of #820BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BFF

Black with #820BFF

Text Example


Text Example

White with #820BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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