Html Css Color HEX #790FF9 Electric Indigo

📋 copy color: '#790FF9'

red 121 ◦ green 15 ◦ blue 249

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

Shades of Electric Indigo #790FF9

Tints of Electric Indigo #790FF9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

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

R = 31.43%
G = 3.9%
B = 64.68%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#790FF9 (or 0x790FF9) is known color: Electric Indigo. HEX triplet: 79, 0F and F9. RGB value is (121,15,249). Sum of RGB (Red+Green+Blue) = 121+15+249=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 249 (97.66% from 255 or 64.68% from 385); Max value from RGB is 249 - color contains mainly: blue. Hex color #790FF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FF9 is #86F006. Grayscale: #484848. Windows color (decimal): -8843271 or 16322425. OLE color: 16322425.

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

Color convert

RGB 121 15 249 -
CMYK 0.51 0.94 0 0.02
HSL 267.18º 0.95% 0.52% -
HSV(B) 267.18º 0.94% 0.98% -
XYZ 25.15 11.25 90.47 -
YUV 73.37 227.12 161.97 -
System Red Green Blue C M Y K H S L
Decimal 121 15 249 0.51 0.94 0 0.02 267.18 0.95 0.52
Hex 79 F F9 33 5E 0 2 10B 5F 34
Octal 171 17 371 63 136 0 2 413 137 64
Binary 1111001 1111 11111001 110011 1011110 0 10 100001011 1011111 110100

Color Harmonies of #790FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FF9

Black with #790FF9

Text Example


Text Example

White with #790FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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