Html Css Color HEX #7004E0 Electric Indigo

📋 copy color: '#7004E0'

red 112 ◦ green 4 ◦ blue 224

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

Shades of Electric Indigo #7004E0

Tints of Electric Indigo #7004E0

RGB

 RED value IS 112 (44.14% from 255) = 32.94%

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

 BLUE value IS 224 (87.89% from 255) = 65.88%

R = 32.94%
G = 1.18%
B = 65.88%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7004E0 (or 0x7004E0) is known color: Electric Indigo. HEX triplet: 70, 04 and E0. RGB value is (112,4,224). Sum of RGB (Red+Green+Blue) = 112+4+224=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #7004E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004E0 is #8FFB1F. Grayscale: #3C3C3C. Windows color (decimal): -9435936 or 14681200. OLE color: 14681200.

HSL color Cylindrical-coordinate representation of color #7004E0: hue angle of 269.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004E0 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 4 224 -
CMYK 0.50 0.98 0 0.12
HSL 269.45º 0.96% 0.45% -
HSV(B) 269.45º 0.98% 0.88% -
XYZ 20.18 8.91 71.18 -
YUV 61.37 219.78 164.11 -
System Red Green Blue C M Y K H S L
Decimal 112 4 224 0.50 0.98 0 0.12 269.45 0.96 0.45
Hex 70 4 E0 32 62 0 C 10D 60 2D
Octal 160 4 340 62 142 0 14 415 140 55
Binary 1110000 100 11100000 110010 1100010 0 1100 100001101 1100000 101101

Color Harmonies of #7004E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7004E0

Black with #7004E0

Text Example


Text Example

White with #7004E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7004E0; }

 p { color: rgb(112,4,224); }

 H1.HeaderClassName
 {
   color: #7004E0;
 }
 .AnyTagClassName
 {
   color: #7004E0;
 }
</style>

background-color css

<style>
 a { background-color: #7004E0; }

 a { background-color: rgb(112,4,224); }

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

border-color css

<style>
 span { border-color: #7004E0; }

 span { border-color: rgb(112,4,224); }

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