Html Css Color HEX #820BFD Electric Indigo

📋 copy color: '#820BFD'

red 130 ◦ green 11 ◦ blue 253

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

Shades of Electric Indigo #820BFD

Tints of Electric Indigo #820BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.21%

R = 32.99%
G = 2.79%
B = 64.21%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#820BFD (or 0x820BFD) is known color: Electric Indigo. HEX triplet: 82, 0B and FD. RGB value is (130,11,253). Sum of RGB (Red+Green+Blue) = 130+11+253=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #820BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BFD is #7DF402. Grayscale: #494949. Windows color (decimal): -8254467 or 16583554. OLE color: 16583554.

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

Color convert

RGB 130 11 253 -
CMYK 0.49 0.96 0 0.01
HSL 269.5º 0.98% 0.52% -
HSV(B) 269.5º 0.96% 0.99% -
XYZ 27.06 12.08 93.83 -
YUV 74.17 228.92 167.82 -
System Red Green Blue C M Y K H S L
Decimal 130 11 253 0.49 0.96 0 0.01 269.5 0.98 0.52
Hex 82 B FD 31 60 0 1 10E 62 34
Octal 202 13 375 61 140 0 1 416 142 64
Binary 10000010 1011 11111101 110001 1100000 0 1 100001110 1100010 110100

Color Harmonies of #820BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BFD

Black with #820BFD

Text Example


Text Example

White with #820BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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