Html Css Color HEX #790AF9 Electric Indigo

📋 copy color: '#790AF9'

red 121 ◦ green 10 ◦ blue 249

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

Shades of Electric Indigo #790AF9

Tints of Electric Indigo #790AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.53%

R = 31.84%
G = 2.63%
B = 65.53%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#790AF9 (or 0x790AF9) is known color: Electric Indigo. HEX triplet: 79, 0A and F9. RGB value is (121,10,249). Sum of RGB (Red+Green+Blue) = 121+10+249=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #790AF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AF9 is #86F506. Grayscale: #454545. Windows color (decimal): -8844551 or 16321145. OLE color: 16321145.

HSL color Cylindrical-coordinate representation of color #790AF9: hue angle of 267.87º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790AF9 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 10 249 -
CMYK 0.51 0.96 0 0.02
HSL 267.87º 0.95% 0.51% -
HSV(B) 267.87º 0.96% 0.98% -
XYZ 25.09 11.12 90.45 -
YUV 70.44 228.77 164.07 -
System Red Green Blue C M Y K H S L
Decimal 121 10 249 0.51 0.96 0 0.02 267.87 0.95 0.51
Hex 79 A F9 33 60 0 2 10C 5F 33
Octal 171 12 371 63 140 0 2 414 137 63
Binary 1111001 1010 11111001 110011 1100000 0 10 100001100 1011111 110011

Color Harmonies of #790AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AF9

Black with #790AF9

Text Example


Text Example

White with #790AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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