Html Css Color HEX #7D04FC Electric Indigo

📋 copy color: '#7D04FC'

red 125 ◦ green 4 ◦ blue 252

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

Shades of Electric Indigo #7D04FC

Tints of Electric Indigo #7D04FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 32.81%
G = 1.05%
B = 66.14%

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

#7D04FC (or 0x7D04FC) is known color: Electric Indigo. HEX triplet: 7D, 04 and FC. RGB value is (125,4,252). Sum of RGB (Red+Green+Blue) = 125+4+252=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D04FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D04FC is #82FB03. Grayscale: #434343. Windows color (decimal): -8583940 or 16516221. OLE color: 16516221.

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

Color convert

RGB 125 4 252 -
CMYK 0.50 0.98 0 0.01
HSL 269.27º 0.98% 0.5% -
HSV(B) 269.27º 0.98% 0.99% -
XYZ 26.07 11.48 92.94 -
YUV 68.45 231.59 168.33 -
System Red Green Blue C M Y K H S L
Decimal 125 4 252 0.50 0.98 0 0.01 269.27 0.98 0.5
Hex 7D 4 FC 32 62 0 1 10D 62 32
Octal 175 4 374 62 142 0 1 415 142 62
Binary 1111101 100 11111100 110010 1100010 0 1 100001101 1100010 110010

Color Harmonies of #7D04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D04FC

Black with #7D04FC

Text Example


Text Example

White with #7D04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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