Html Css Color HEX #7D03EA Electric Indigo

📋 copy color: '#7D03EA'

red 125 ◦ green 3 ◦ blue 234

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

Shades of Electric Indigo #7D03EA

Tints of Electric Indigo #7D03EA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 234 (91.8% from 255) = 64.64%

R = 34.53%
G = 0.83%
B = 64.64%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D03EA (or 0x7D03EA) is known color: Electric Indigo. HEX triplet: 7D, 03 and EA. RGB value is (125,3,234). Sum of RGB (Red+Green+Blue) = 125+3+234=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D03EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D03EA is #82FC15. Grayscale: #414141. Windows color (decimal): -8584214 or 15336317. OLE color: 15336317.

HSL color Cylindrical-coordinate representation of color #7D03EA: hue angle of 271.69º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D03EA is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 3 234 -
CMYK 0.47 0.99 0 0.08
HSL 271.69º 0.97% 0.46% -
HSV(B) 271.69º 0.99% 0.92% -
XYZ 23.34 10.37 78.61 -
YUV 65.81 222.92 170.22 -
System Red Green Blue C M Y K H S L
Decimal 125 3 234 0.47 0.99 0 0.08 271.69 0.97 0.46
Hex 7D 3 EA 2F 63 0 8 110 61 2E
Octal 175 3 352 57 143 0 10 420 141 56
Binary 1111101 11 11101010 101111 1100011 0 1000 100010000 1100001 101110

Color Harmonies of #7D03EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D03EA

Black with #7D03EA

Text Example


Text Example

White with #7D03EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,3,234); }

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

background-color css

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

 a { background-color: rgb(125,3,234); }

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

border-color css

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

 span { border-color: rgb(125,3,234); }

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