Html Css Color HEX #7004EA Electric Indigo

📋 copy color: '#7004EA'

red 112 ◦ green 4 ◦ blue 234

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

Shades of Electric Indigo #7004EA

Tints of Electric Indigo #7004EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 32%
G = 1.14%
B = 66.86%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7004EA (or 0x7004EA) is known color: Electric Indigo. HEX triplet: 70, 04 and EA. RGB value is (112,4,234). Sum of RGB (Red+Green+Blue) = 112+4+234=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #7004EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7004EA is #8FFB15. Grayscale: #3D3D3D. Windows color (decimal): -9435926 or 15336560. OLE color: 15336560.

HSL color Cylindrical-coordinate representation of color #7004EA: hue angle of 268.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004EA is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 4 234 -
CMYK 0.52 0.98 0 0.08
HSL 268.17º 0.97% 0.47% -
HSV(B) 268.17º 0.98% 0.92% -
XYZ 21.58 9.47 78.53 -
YUV 62.51 224.78 163.3 -
System Red Green Blue C M Y K H S L
Decimal 112 4 234 0.52 0.98 0 0.08 268.17 0.97 0.47
Hex 70 4 EA 34 62 0 8 10C 61 2F
Octal 160 4 352 64 142 0 10 414 141 57
Binary 1110000 100 11101010 110100 1100010 0 1000 100001100 1100001 101111

Color Harmonies of #7004EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7004EA

Black with #7004EA

Text Example


Text Example

White with #7004EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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