Html Css Color HEX #820FFD Electric Indigo

📋 copy color: '#820FFD'

red 130 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #820FFD

Tints of Electric Indigo #820FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 32.66%
G = 3.77%
B = 63.57%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#820FFD (or 0x820FFD) is known color: Electric Indigo. HEX triplet: 82, 0F and FD. RGB value is (130,15,253). Sum of RGB (Red+Green+Blue) = 130+15+253=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #820FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820FFD is #7DF002. Grayscale: #4B4B4B. Windows color (decimal): -8253443 or 16584578. OLE color: 16584578.

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

Color convert

RGB 130 15 253 -
CMYK 0.49 0.94 0 0.01
HSL 268.99º 0.98% 0.53% -
HSV(B) 268.99º 0.94% 0.99% -
XYZ 27.11 12.18 93.85 -
YUV 76.52 227.6 166.15 -
System Red Green Blue C M Y K H S L
Decimal 130 15 253 0.49 0.94 0 0.01 268.99 0.98 0.53
Hex 82 F FD 31 5E 0 1 10D 62 35
Octal 202 17 375 61 136 0 1 415 142 65
Binary 10000010 1111 11111101 110001 1011110 0 1 100001101 1100010 110101

Color Harmonies of #820FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FFD

Black with #820FFD

Text Example


Text Example

White with #820FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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