Html Css Color HEX #8004FD Electric Indigo

📋 copy color: '#8004FD'

red 128 ◦ green 4 ◦ blue 253

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

Shades of Electric Indigo #8004FD

Tints of Electric Indigo #8004FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.71%

R = 33.25%
G = 1.04%
B = 65.71%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8004FD (or 0x8004FD) is known color: Electric Indigo. HEX triplet: 80, 04 and FD. RGB value is (128,4,253). Sum of RGB (Red+Green+Blue) = 128+4+253=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #8004FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8004FD is #7FFB02. Grayscale: #444444. Windows color (decimal): -8387331 or 16581760. OLE color: 16581760.

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

Color convert

RGB 128 4 253 -
CMYK 0.49 0.98 0 0.01
HSL 269.88º 0.98% 0.5% -
HSV(B) 269.88º 0.98% 0.99% -
XYZ 26.68 11.77 93.79 -
YUV 69.46 231.58 169.75 -
System Red Green Blue C M Y K H S L
Decimal 128 4 253 0.49 0.98 0 0.01 269.88 0.98 0.5
Hex 80 4 FD 31 62 0 1 10E 62 32
Octal 200 4 375 61 142 0 1 416 142 62
Binary 10000000 100 11111101 110001 1100010 0 1 100001110 1100010 110010

Color Harmonies of #8004FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8004FD

Black with #8004FD

Text Example


Text Example

White with #8004FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8004FD; }

 p { color: rgb(128,4,253); }

 H1.HeaderClassName
 {
   color: #8004FD;
 }
 .AnyTagClassName
 {
   color: #8004FD;
 }
</style>

background-color css

<style>
 a { background-color: #8004FD; }

 a { background-color: rgb(128,4,253); }

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

border-color css

<style>
 span { border-color: #8004FD; }

 span { border-color: rgb(128,4,253); }

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