Html Css Color HEX #820FFC Electric Indigo

📋 copy color: '#820FFC'

red 130 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #820FFC

Tints of Electric Indigo #820FFC

RGB

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

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

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

R = 32.75%
G = 3.78%
B = 63.48%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#820FFC (or 0x820FFC) is known color: Electric Indigo. HEX triplet: 82, 0F and FC. RGB value is (130,15,252). Sum of RGB (Red+Green+Blue) = 130+15+252=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #820FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820FFC is #7DF003. Grayscale: #4B4B4B. Windows color (decimal): -8253444 or 16519042. OLE color: 16519042.

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

Color convert

RGB 130 15 252 -
CMYK 0.48 0.94 0 0.01
HSL 269.11º 0.98% 0.52% -
HSV(B) 269.11º 0.94% 0.99% -
XYZ 26.95 12.12 93.01 -
YUV 76.4 227.1 166.23 -
System Red Green Blue C M Y K H S L
Decimal 130 15 252 0.48 0.94 0 0.01 269.11 0.98 0.52
Hex 82 F FC 30 5E 0 1 10D 62 34
Octal 202 17 374 60 136 0 1 415 142 64
Binary 10000010 1111 11111100 110000 1011110 0 1 100001101 1100010 110100

Color Harmonies of #820FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FFC

Black with #820FFC

Text Example


Text Example

White with #820FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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