Html Css Color HEX #8004ED Electric Indigo

📋 copy color: '#8004ED'

red 128 ◦ green 4 ◦ blue 237

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

Shades of Electric Indigo #8004ED

Tints of Electric Indigo #8004ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 34.69%
G = 1.08%
B = 64.23%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8004ED (or 0x8004ED) is known color: Electric Indigo. HEX triplet: 80, 04 and ED. RGB value is (128,4,237). Sum of RGB (Red+Green+Blue) = 128+4+237=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #8004ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8004ED is #7FFB12. Grayscale: #424242. Windows color (decimal): -8387347 or 15533184. OLE color: 15533184.

HSL color Cylindrical-coordinate representation of color #8004ED: hue angle of 271.93º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8004ED is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 4 237 -
CMYK 0.46 0.98 0 0.07
HSL 271.93º 0.97% 0.47% -
HSV(B) 271.93º 0.98% 0.93% -
XYZ 24.23 10.79 80.93 -
YUV 67.64 223.58 171.05 -
System Red Green Blue C M Y K H S L
Decimal 128 4 237 0.46 0.98 0 0.07 271.93 0.97 0.47
Hex 80 4 ED 2E 62 0 7 110 61 2F
Octal 200 4 355 56 142 0 7 420 141 57
Binary 10000000 100 11101101 101110 1100010 0 111 100010000 1100001 101111

Color Harmonies of #8004ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8004ED

Black with #8004ED

Text Example


Text Example

White with #8004ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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