Html Css Color HEX #8002FC Electric Indigo

📋 copy color: '#8002FC'

red 128 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #8002FC

Tints of Electric Indigo #8002FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.97%

R = 33.51%
G = 0.52%
B = 65.97%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8002FC (or 0x8002FC) is known color: Electric Indigo. HEX triplet: 80, 02 and FC. RGB value is (128,2,252). Sum of RGB (Red+Green+Blue) = 128+2+252=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #8002FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8002FC is #7FFD03. Grayscale: #434343. Windows color (decimal): -8387844 or 16515712. OLE color: 16515712.

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

Color convert

RGB 128 2 252 -
CMYK 0.49 0.99 0 0.01
HSL 270.24º 0.98% 0.5% -
HSV(B) 270.24º 0.99% 0.99% -
XYZ 26.49 11.66 92.95 -
YUV 68.17 231.74 170.67 -
System Red Green Blue C M Y K H S L
Decimal 128 2 252 0.49 0.99 0 0.01 270.24 0.98 0.5
Hex 80 2 FC 31 63 0 1 10E 62 32
Octal 200 2 374 61 143 0 1 416 142 62
Binary 10000000 10 11111100 110001 1100011 0 1 100001110 1100010 110010

Color Harmonies of #8002FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002FC

Black with #8002FC

Text Example


Text Example

White with #8002FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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