Html Css Color HEX #7004FE Electric Indigo

📋 copy color: '#7004FE'

red 112 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #7004FE

Tints of Electric Indigo #7004FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.65%

R = 30.27%
G = 1.08%
B = 68.65%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7004FE (or 0x7004FE) is known color: Electric Indigo. HEX triplet: 70, 04 and FE. RGB value is (112,4,254). Sum of RGB (Red+Green+Blue) = 112+4+254=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #7004FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7004FE is #8FFB01. Grayscale: #3F3F3F. Windows color (decimal): -9435906 or 16647280. OLE color: 16647280.

HSL color Cylindrical-coordinate representation of color #7004FE: hue angle of 265.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004FE is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 4 254 -
CMYK 0.56 0.98 0 0.00
HSL 265.92º 0.99% 0.51% -
HSV(B) 265.92º 0.98% 1% -
XYZ 24.61 10.69 94.53 -
YUV 64.79 234.78 161.67 -
System Red Green Blue C M Y K H S L
Decimal 112 4 254 0.56 0.98 0 0.00 265.92 0.99 0.51
Hex 70 4 FE 38 62 0 0 10A 63 33
Octal 160 4 376 70 142 0 0 412 143 63
Binary 1110000 100 11111110 111000 1100010 0 0 100001010 1100011 110011

Color Harmonies of #7004FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7004FE

Black with #7004FE

Text Example


Text Example

White with #7004FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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