Html Css Color HEX #7D04FD Electric Indigo

📋 copy color: '#7D04FD'

red 125 ◦ green 4 ◦ blue 253

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

Shades of Electric Indigo #7D04FD

Tints of Electric Indigo #7D04FD

RGB

 RED value IS 125 (49.22% from 255) = 32.72%

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

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

R = 32.72%
G = 1.05%
B = 66.23%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D04FD (or 0x7D04FD) is known color: Electric Indigo. HEX triplet: 7D, 04 and FD. RGB value is (125,4,253). Sum of RGB (Red+Green+Blue) = 125+4+253=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D04FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D04FD is #82FB02. Grayscale: #434343. Windows color (decimal): -8583939 or 16581757. OLE color: 16581757.

HSL color Cylindrical-coordinate representation of color #7D04FD: hue angle of 269.16º 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 #7D04FD is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 4 253 -
CMYK 0.51 0.98 0 0.01
HSL 269.16º 0.98% 0.5% -
HSV(B) 269.16º 0.98% 0.99% -
XYZ 26.23 11.54 93.77 -
YUV 68.57 232.09 168.25 -
System Red Green Blue C M Y K H S L
Decimal 125 4 253 0.51 0.98 0 0.01 269.16 0.98 0.5
Hex 7D 4 FD 33 62 0 1 10D 62 32
Octal 175 4 375 63 142 0 1 415 142 62
Binary 1111101 100 11111101 110011 1100010 0 1 100001101 1100010 110010

Color Harmonies of #7D04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D04FD

Black with #7D04FD

Text Example


Text Example

White with #7D04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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