Html Css Color HEX #7004EF Electric Indigo

📋 copy color: '#7004EF'

red 112 ◦ green 4 ◦ blue 239

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

Shades of Electric Indigo #7004EF

Tints of Electric Indigo #7004EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 31.55%
G = 1.13%
B = 67.32%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7004EF (or 0x7004EF) is known color: Electric Indigo. HEX triplet: 70, 04 and EF. RGB value is (112,4,239). Sum of RGB (Red+Green+Blue) = 112+4+239=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #7004EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7004EF is #8FFB10. Grayscale: #3E3E3E. Windows color (decimal): -9435921 or 15664240. OLE color: 15664240.

HSL color Cylindrical-coordinate representation of color #7004EF: hue angle of 267.57º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004EF is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 4 239 -
CMYK 0.53 0.98 0 0.06
HSL 267.57º 0.97% 0.48% -
HSV(B) 267.57º 0.98% 0.94% -
XYZ 22.31 9.76 82.37 -
YUV 63.08 227.28 162.89 -
System Red Green Blue C M Y K H S L
Decimal 112 4 239 0.53 0.98 0 0.06 267.57 0.97 0.48
Hex 70 4 EF 35 62 0 6 10C 61 30
Octal 160 4 357 65 142 0 6 414 141 60
Binary 1110000 100 11101111 110101 1100010 0 110 100001100 1100001 110000

Color Harmonies of #7004EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7004EF

Black with #7004EF

Text Example


Text Example

White with #7004EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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