Html Css Color HEX #7E04FD Electric Indigo

📋 copy color: '#7E04FD'

red 126 ◦ green 4 ◦ blue 253

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

Shades of Electric Indigo #7E04FD

Tints of Electric Indigo #7E04FD

RGB

 RED value IS 126 (49.61% from 255) = 32.9%

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

 BLUE value IS 253 (99.22% from 255) = 66.06%

R = 32.9%
G = 1.04%
B = 66.06%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E04FD (or 0x7E04FD) is known color: Electric Indigo. HEX triplet: 7E, 04 and FD. RGB value is (126,4,253). Sum of RGB (Red+Green+Blue) = 126+4+253=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E04FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E04FD is #81FB02. Grayscale: #434343. Windows color (decimal): -8518403 or 16581758. OLE color: 16581758.

HSL color Cylindrical-coordinate representation of color #7E04FD: hue angle of 269.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E04FD is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 4 253 -
CMYK 0.50 0.98 0 0.01
HSL 269.4º 0.98% 0.5% -
HSV(B) 269.4º 0.98% 0.99% -
XYZ 26.38 11.61 93.78 -
YUV 68.86 231.92 168.75 -
System Red Green Blue C M Y K H S L
Decimal 126 4 253 0.50 0.98 0 0.01 269.4 0.98 0.5
Hex 7E 4 FD 32 62 0 1 10D 62 32
Octal 176 4 375 62 142 0 1 415 142 62
Binary 1111110 100 11111101 110010 1100010 0 1 100001101 1100010 110010

Color Harmonies of #7E04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E04FD

Black with #7E04FD

Text Example


Text Example

White with #7E04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E04FD; }

 p { color: rgb(126,4,253); }

 H1.HeaderClassName
 {
   color: #7E04FD;
 }
 .AnyTagClassName
 {
   color: #7E04FD;
 }
</style>

background-color css

<style>
 a { background-color: #7E04FD; }

 a { background-color: rgb(126,4,253); }

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

border-color css

<style>
 span { border-color: #7E04FD; }

 span { border-color: rgb(126,4,253); }

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