Html Css Color HEX #7903FA Electric Indigo

📋 copy color: '#7903FA'

red 121 ◦ green 3 ◦ blue 250

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

Shades of Electric Indigo #7903FA

Tints of Electric Indigo #7903FA

RGB

 RED value IS 121 (47.66% from 255) = 32.35%

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

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

R = 32.35%
G = 0.8%
B = 66.84%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7903FA (or 0x7903FA) is known color: Electric Indigo. HEX triplet: 79, 03 and FA. RGB value is (121,3,250). Sum of RGB (Red+Green+Blue) = 121+3+250=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #7903FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7903FA is #86FC05. Grayscale: #414141. Windows color (decimal): -8846342 or 16384889. OLE color: 16384889.

HSL color Cylindrical-coordinate representation of color #7903FA: hue angle of 268.66º 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 #7903FA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 3 250 -
CMYK 0.52 0.99 0 0.02
HSL 268.66º 0.98% 0.5% -
HSV(B) 268.66º 0.99% 0.98% -
XYZ 25.17 11.03 91.25 -
YUV 66.44 231.59 166.92 -
System Red Green Blue C M Y K H S L
Decimal 121 3 250 0.52 0.99 0 0.02 268.66 0.98 0.5
Hex 79 3 FA 34 63 0 2 10D 62 32
Octal 171 3 372 64 143 0 2 415 142 62
Binary 1111001 11 11111010 110100 1100011 0 10 100001101 1100010 110010

Color Harmonies of #7903FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7903FA

Black with #7903FA

Text Example


Text Example

White with #7903FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7903FA; }

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

 H1.HeaderClassName
 {
   color: #7903FA;
 }
 .AnyTagClassName
 {
   color: #7903FA;
 }
</style>

background-color css

<style>
 a { background-color: #7903FA; }

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

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

border-color css

<style>
 span { border-color: #7903FA; }

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

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