Html Css Color HEX #820DFB Electric Indigo

📋 copy color: '#820DFB'

red 130 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #820DFB

Tints of Electric Indigo #820DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.3%

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

R = 32.99%
G = 3.3%
B = 63.71%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#820DFB (or 0x820DFB) is known color: Electric Indigo. HEX triplet: 82, 0D and FB. RGB value is (130,13,251). Sum of RGB (Red+Green+Blue) = 130+13+251=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #820DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820DFB is #7DF204. Grayscale: #4A4A4A. Windows color (decimal): -8253957 or 16452994. OLE color: 16452994.

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

Color convert

RGB 130 13 251 -
CMYK 0.48 0.95 0 0.02
HSL 269.5º 0.97% 0.52% -
HSV(B) 269.5º 0.95% 0.98% -
XYZ 26.76 12 92.17 -
YUV 75.12 227.26 167.15 -
System Red Green Blue C M Y K H S L
Decimal 130 13 251 0.48 0.95 0 0.02 269.5 0.97 0.52
Hex 82 D FB 30 5F 0 2 10D 61 34
Octal 202 15 373 60 137 0 2 415 141 64
Binary 10000010 1101 11111011 110000 1011111 0 10 100001101 1100001 110100

Color Harmonies of #820DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DFB

Black with #820DFB

Text Example


Text Example

White with #820DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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