Html Css Color HEX #820DFC Electric Indigo

📋 copy color: '#820DFC'

red 130 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #820DFC

Tints of Electric Indigo #820DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 32.91%
G = 3.29%
B = 63.8%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#820DFC (or 0x820DFC) is known color: Electric Indigo. HEX triplet: 82, 0D and FC. RGB value is (130,13,252). Sum of RGB (Red+Green+Blue) = 130+13+252=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #820DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820DFC is #7DF203. Grayscale: #4A4A4A. Windows color (decimal): -8253956 or 16518530. OLE color: 16518530.

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

Color convert

RGB 130 13 252 -
CMYK 0.48 0.95 0 0.01
HSL 269.37º 0.98% 0.52% -
HSV(B) 269.37º 0.95% 0.99% -
XYZ 26.92 12.06 93 -
YUV 75.23 227.76 167.07 -
System Red Green Blue C M Y K H S L
Decimal 130 13 252 0.48 0.95 0 0.01 269.37 0.98 0.52
Hex 82 D FC 30 5F 0 1 10D 62 34
Octal 202 15 374 60 137 0 1 415 142 64
Binary 10000010 1101 11111100 110000 1011111 0 1 100001101 1100010 110100

Color Harmonies of #820DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DFC

Black with #820DFC

Text Example


Text Example

White with #820DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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