Html Css Color HEX #8002FA Electric Indigo

📋 copy color: '#8002FA'

red 128 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #8002FA

Tints of Electric Indigo #8002FA

RGB

 RED value IS 128 (50.39% from 255) = 33.68%

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 33.68%
G = 0.53%
B = 65.79%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8002FA (or 0x8002FA) is known color: Electric Indigo. HEX triplet: 80, 02 and FA. RGB value is (128,2,250). Sum of RGB (Red+Green+Blue) = 128+2+250=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #8002FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8002FA is #7FFD05. Grayscale: #434343. Windows color (decimal): -8387846 or 16384640. OLE color: 16384640.

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

Color convert

RGB 128 2 250 -
CMYK 0.49 0.99 0 0.02
HSL 270.48º 0.98% 0.49% -
HSV(B) 270.48º 0.99% 0.98% -
XYZ 26.18 11.53 91.29 -
YUV 67.95 230.74 170.83 -
System Red Green Blue C M Y K H S L
Decimal 128 2 250 0.49 0.99 0 0.02 270.48 0.98 0.49
Hex 80 2 FA 31 63 0 2 10E 62 31
Octal 200 2 372 61 143 0 2 416 142 61
Binary 10000000 10 11111010 110001 1100011 0 10 100001110 1100010 110001

Color Harmonies of #8002FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002FA

Black with #8002FA

Text Example


Text Example

White with #8002FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8002FA; }

 p { color: rgb(128,2,250); }

 H1.HeaderClassName
 {
   color: #8002FA;
 }
 .AnyTagClassName
 {
   color: #8002FA;
 }
</style>

background-color css

<style>
 a { background-color: #8002FA; }

 a { background-color: rgb(128,2,250); }

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

border-color css

<style>
 span { border-color: #8002FA; }

 span { border-color: rgb(128,2,250); }

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