Html Css Color HEX #820FFB Electric Indigo

📋 copy color: '#820FFB'

red 130 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #820FFB

Tints of Electric Indigo #820FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.79%

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

R = 32.83%
G = 3.79%
B = 63.38%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#820FFB (or 0x820FFB) is known color: Electric Indigo. HEX triplet: 82, 0F and FB. RGB value is (130,15,251). Sum of RGB (Red+Green+Blue) = 130+15+251=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #820FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820FFB is #7DF004. Grayscale: #4B4B4B. Windows color (decimal): -8253445 or 16453506. OLE color: 16453506.

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

Color convert

RGB 130 15 251 -
CMYK 0.48 0.94 0 0.02
HSL 269.24º 0.97% 0.52% -
HSV(B) 269.24º 0.94% 0.98% -
XYZ 26.79 12.05 92.18 -
YUV 76.29 226.6 166.31 -
System Red Green Blue C M Y K H S L
Decimal 130 15 251 0.48 0.94 0 0.02 269.24 0.97 0.52
Hex 82 F FB 30 5E 0 2 10D 61 34
Octal 202 17 373 60 136 0 2 415 141 64
Binary 10000010 1111 11111011 110000 1011110 0 10 100001101 1100001 110100

Color Harmonies of #820FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FFB

Black with #820FFB

Text Example


Text Example

White with #820FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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