Html Css Color HEX #8204FF Electric Indigo

📋 copy color: '#8204FF'

red 130 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #8204FF

Tints of Electric Indigo #8204FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.55%

R = 33.42%
G = 1.03%
B = 65.55%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8204FF (or 0x8204FF) is known color: Electric Indigo. HEX triplet: 82, 04 and FF. RGB value is (130,4,255). Sum of RGB (Red+Green+Blue) = 130+4+255=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #8204FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8204FF is #7DFB00. Grayscale: #454545. Windows color (decimal): -8256257 or 16712834. OLE color: 16712834.

HSL color Cylindrical-coordinate representation of color #8204FF: hue angle of 270.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204FF is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 4 255 -
CMYK 0.49 0.98 0 0
HSL 270.12º 1% 0.51% -
HSV(B) 270.12º 0.98% 1% -
XYZ 27.3 12.05 95.5 -
YUV 70.29 232.24 170.59 -
System Red Green Blue C M Y K H S L
Decimal 130 4 255 0.49 0.98 0 0 270.12 1 0.51
Hex 82 4 FF 31 62 0 0 10E 64 33
Octal 202 4 377 61 142 0 0 416 144 63
Binary 10000010 100 11111111 110001 1100010 0 0 100001110 1100100 110011

Color Harmonies of #8204FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8204FF

Black with #8204FF

Text Example


Text Example

White with #8204FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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