Html Css Color HEX #8204F2 Electric Indigo

📋 copy color: '#8204F2'

red 130 ◦ green 4 ◦ blue 242

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

Shades of Electric Indigo #8204F2

Tints of Electric Indigo #8204F2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 242 (94.92% from 255) = 64.36%

R = 34.57%
G = 1.06%
B = 64.36%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8204F2 (or 0x8204F2) is known color: Electric Indigo. HEX triplet: 82, 04 and F2. RGB value is (130,4,242). Sum of RGB (Red+Green+Blue) = 130+4+242=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #8204F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8204F2 is #7DFB0D. Grayscale: #434343. Windows color (decimal): -8256270 or 15860866. OLE color: 15860866.

HSL color Cylindrical-coordinate representation of color #8204F2: hue angle of 271.76º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204F2 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 4 242 -
CMYK 0.46 0.98 0 0.05
HSL 271.76º 0.97% 0.48% -
HSV(B) 271.76º 0.98% 0.95% -
XYZ 25.28 11.24 84.84 -
YUV 68.81 225.74 171.65 -
System Red Green Blue C M Y K H S L
Decimal 130 4 242 0.46 0.98 0 0.05 271.76 0.97 0.48
Hex 82 4 F2 2E 62 0 5 110 61 30
Octal 202 4 362 56 142 0 5 420 141 60
Binary 10000010 100 11110010 101110 1100010 0 101 100010000 1100001 110000

Color Harmonies of #8204F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8204F2

Black with #8204F2

Text Example


Text Example

White with #8204F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8204F2; }

 p { color: rgb(130,4,242); }

 H1.HeaderClassName
 {
   color: #8204F2;
 }
 .AnyTagClassName
 {
   color: #8204F2;
 }
</style>

background-color css

<style>
 a { background-color: #8204F2; }

 a { background-color: rgb(130,4,242); }

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

border-color css

<style>
 span { border-color: #8204F2; }

 span { border-color: rgb(130,4,242); }

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