Html Css Color HEX #820BFB Electric Indigo

📋 copy color: '#820BFB'

red 130 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #820BFB

Tints of Electric Indigo #820BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 33.16%
G = 2.81%
B = 64.03%

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

#820BFB (or 0x820BFB) is known color: Electric Indigo. HEX triplet: 82, 0B and FB. RGB value is (130,11,251). Sum of RGB (Red+Green+Blue) = 130+11+251=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #820BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BFB is #7DF404. Grayscale: #494949. Windows color (decimal): -8254469 or 16452482. OLE color: 16452482.

HSL color Cylindrical-coordinate representation of color #820BFB: hue angle of 269.75º degrees, saturation: 0.97, 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 #820BFB is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 11 251 -
CMYK 0.48 0.96 0 0.02
HSL 269.75º 0.97% 0.51% -
HSV(B) 269.75º 0.96% 0.98% -
XYZ 26.74 11.95 92.16 -
YUV 73.94 227.92 167.99 -
System Red Green Blue C M Y K H S L
Decimal 130 11 251 0.48 0.96 0 0.02 269.75 0.97 0.51
Hex 82 B FB 30 60 0 2 10E 61 33
Octal 202 13 373 60 140 0 2 416 141 63
Binary 10000010 1011 11111011 110000 1100000 0 10 100001110 1100001 110011

Color Harmonies of #820BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BFB

Black with #820BFB

Text Example


Text Example

White with #820BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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