Html Css Color HEX #8002FF Electric Indigo

📋 copy color: '#8002FF'

red 128 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #8002FF

Tints of Electric Indigo #8002FF

RGB

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

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

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

R = 33.25%
G = 0.52%
B = 66.23%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8002FF (or 0x8002FF) is known color: Electric Indigo. HEX triplet: 80, 02 and FF. RGB value is (128,2,255). Sum of RGB (Red+Green+Blue) = 128+2+255=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #8002FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8002FF is #7FFD00. Grayscale: #434343. Windows color (decimal): -8387841 or 16712320. OLE color: 16712320.

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

Color convert

RGB 128 2 255 -
CMYK 0.50 0.99 0 0
HSL 269.88º 1% 0.5% -
HSV(B) 269.88º 0.99% 1% -
XYZ 26.97 11.85 95.47 -
YUV 68.52 233.24 170.43 -
System Red Green Blue C M Y K H S L
Decimal 128 2 255 0.50 0.99 0 0 269.88 1 0.5
Hex 80 2 FF 32 63 0 0 10E 64 32
Octal 200 2 377 62 143 0 0 416 144 62
Binary 10000000 10 11111111 110010 1100011 0 0 100001110 1100100 110010

Color Harmonies of #8002FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002FF

Black with #8002FF

Text Example


Text Example

White with #8002FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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