Html Css Color HEX #7D03FD Electric Indigo

📋 copy color: '#7D03FD'

red 125 ◦ green 3 ◦ blue 253

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

Shades of Electric Indigo #7D03FD

Tints of Electric Indigo #7D03FD

RGB

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

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

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

R = 32.81%
G = 0.79%
B = 66.4%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D03FD (or 0x7D03FD) is known color: Electric Indigo. HEX triplet: 7D, 03 and FD. RGB value is (125,3,253). Sum of RGB (Red+Green+Blue) = 125+3+253=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D03FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D03FD is #82FC02. Grayscale: #434343. Windows color (decimal): -8584195 or 16581501. OLE color: 16581501.

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

Color convert

RGB 125 3 253 -
CMYK 0.51 0.99 0 0.01
HSL 269.28º 0.98% 0.5% -
HSV(B) 269.28º 0.99% 0.99% -
XYZ 26.22 11.52 93.77 -
YUV 67.98 232.42 168.67 -
System Red Green Blue C M Y K H S L
Decimal 125 3 253 0.51 0.99 0 0.01 269.28 0.98 0.5
Hex 7D 3 FD 33 63 0 1 10D 62 32
Octal 175 3 375 63 143 0 1 415 142 62
Binary 1111101 11 11111101 110011 1100011 0 1 100001101 1100010 110010

Color Harmonies of #7D03FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D03FD

Black with #7D03FD

Text Example


Text Example

White with #7D03FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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