Html Css Color HEX #820CF1 Electric Indigo

📋 copy color: '#820CF1'

red 130 ◦ green 12 ◦ blue 241

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

Shades of Electric Indigo #820CF1

Tints of Electric Indigo #820CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 62.92%

R = 33.94%
G = 3.13%
B = 62.92%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#820CF1 (or 0x820CF1) is known color: Electric Indigo. HEX triplet: 82, 0C and F1. RGB value is (130,12,241). Sum of RGB (Red+Green+Blue) = 130+12+241=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #820CF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820CF1 is #7DF30E. Grayscale: #484848. Windows color (decimal): -8254223 or 15797378. OLE color: 15797378.

HSL color Cylindrical-coordinate representation of color #820CF1: hue angle of 270.92º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820CF1 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 12 241 -
CMYK 0.46 0.95 0 0.05
HSL 270.92º 0.91% 0.5% -
HSV(B) 270.92º 0.95% 0.95% -
XYZ 25.21 11.36 84.08 -
YUV 73.39 222.59 168.38 -
System Red Green Blue C M Y K H S L
Decimal 130 12 241 0.46 0.95 0 0.05 270.92 0.91 0.5
Hex 82 C F1 2E 5F 0 5 10F 5B 32
Octal 202 14 361 56 137 0 5 417 133 62
Binary 10000010 1100 11110001 101110 1011111 0 101 100001111 1011011 110010

Color Harmonies of #820CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CF1

Black with #820CF1

Text Example


Text Example

White with #820CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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