Html Css Color HEX #7D03FA Electric Indigo

📋 copy color: '#7D03FA'

red 125 ◦ green 3 ◦ blue 250

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

Shades of Electric Indigo #7D03FA

Tints of Electric Indigo #7D03FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 33.07%
G = 0.79%
B = 66.14%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D03FA (or 0x7D03FA) is known color: Electric Indigo. HEX triplet: 7D, 03 and FA. RGB value is (125,3,250). Sum of RGB (Red+Green+Blue) = 125+3+250=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D03FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D03FA is #82FC05. Grayscale: #424242. Windows color (decimal): -8584198 or 16384893. OLE color: 16384893.

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

Color convert

RGB 125 3 250 -
CMYK 0.50 0.99 0 0.02
HSL 269.64º 0.98% 0.5% -
HSV(B) 269.64º 0.99% 0.98% -
XYZ 25.75 11.33 91.27 -
YUV 67.64 230.92 168.92 -
System Red Green Blue C M Y K H S L
Decimal 125 3 250 0.50 0.99 0 0.02 269.64 0.98 0.5
Hex 7D 3 FA 32 63 0 2 10E 62 32
Octal 175 3 372 62 143 0 2 416 142 62
Binary 1111101 11 11111010 110010 1100011 0 10 100001110 1100010 110010

Color Harmonies of #7D03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D03FA

Black with #7D03FA

Text Example


Text Example

White with #7D03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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