Html Css Color HEX #820CFB Electric Indigo

📋 copy color: '#820CFB'

red 130 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #820CFB

Tints of Electric Indigo #820CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

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

R = 33.08%
G = 3.05%
B = 63.87%

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

#820CFB (or 0x820CFB) is known color: Electric Indigo. HEX triplet: 82, 0C and FB. RGB value is (130,12,251). Sum of RGB (Red+Green+Blue) = 130+12+251=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #820CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820CFB is #7DF304. Grayscale: #494949. Windows color (decimal): -8254213 or 16452738. OLE color: 16452738.

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

Color convert

RGB 130 12 251 -
CMYK 0.48 0.95 0 0.02
HSL 269.62º 0.97% 0.52% -
HSV(B) 269.62º 0.95% 0.98% -
XYZ 26.75 11.97 92.17 -
YUV 74.53 227.59 167.57 -
System Red Green Blue C M Y K H S L
Decimal 130 12 251 0.48 0.95 0 0.02 269.62 0.97 0.52
Hex 82 C FB 30 5F 0 2 10E 61 34
Octal 202 14 373 60 137 0 2 416 141 64
Binary 10000010 1100 11111011 110000 1011111 0 10 100001110 1100001 110100

Color Harmonies of #820CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CFB

Black with #820CFB

Text Example


Text Example

White with #820CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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