Html Css Color HEX #790AF3 Electric Indigo

📋 copy color: '#790AF3'

red 121 ◦ green 10 ◦ blue 243

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

Shades of Electric Indigo #790AF3

Tints of Electric Indigo #790AF3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 243 (95.31% from 255) = 64.97%

R = 32.35%
G = 2.67%
B = 64.97%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#790AF3 (or 0x790AF3) is known color: Electric Indigo. HEX triplet: 79, 0A and F3. RGB value is (121,10,243). Sum of RGB (Red+Green+Blue) = 121+10+243=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #790AF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AF3 is #86F50C. Grayscale: #444444. Windows color (decimal): -8844557 or 15927929. OLE color: 15927929.

HSL color Cylindrical-coordinate representation of color #790AF3: hue angle of 268.58º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790AF3 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 10 243 -
CMYK 0.50 0.96 0 0.05
HSL 268.58º 0.92% 0.5% -
HSV(B) 268.58º 0.96% 0.95% -
XYZ 24.17 10.75 85.6 -
YUV 69.75 225.77 164.55 -
System Red Green Blue C M Y K H S L
Decimal 121 10 243 0.50 0.96 0 0.05 268.58 0.92 0.5
Hex 79 A F3 32 60 0 5 10D 5C 32
Octal 171 12 363 62 140 0 5 415 134 62
Binary 1111001 1010 11110011 110010 1100000 0 101 100001101 1011100 110010

Color Harmonies of #790AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AF3

Black with #790AF3

Text Example


Text Example

White with #790AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790AF3; }

 p { color: rgb(121,10,243); }

 H1.HeaderClassName
 {
   color: #790AF3;
 }
 .AnyTagClassName
 {
   color: #790AF3;
 }
</style>

background-color css

<style>
 a { background-color: #790AF3; }

 a { background-color: rgb(121,10,243); }

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

border-color css

<style>
 span { border-color: #790AF3; }

 span { border-color: rgb(121,10,243); }

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