Html Css Color HEX #790FF5 Electric Indigo

📋 copy color: '#790FF5'

red 121 ◦ green 15 ◦ blue 245

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

Shades of Electric Indigo #790FF5

Tints of Electric Indigo #790FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.3%

R = 31.76%
G = 3.94%
B = 64.3%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#790FF5 (or 0x790FF5) is known color: Electric Indigo. HEX triplet: 79, 0F and F5. RGB value is (121,15,245). Sum of RGB (Red+Green+Blue) = 121+15+245=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 245 (96.09% from 255 or 64.30% from 381); Max value from RGB is 245 - color contains mainly: blue. Hex color #790FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FF5 is #86F00A. Grayscale: #484848. Windows color (decimal): -8843275 or 16060281. OLE color: 16060281.

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

Color convert

RGB 121 15 245 -
CMYK 0.51 0.94 0 0.04
HSL 267.65º 0.92% 0.51% -
HSV(B) 267.65º 0.94% 0.96% -
XYZ 24.54 11 87.22 -
YUV 72.91 225.12 162.3 -
System Red Green Blue C M Y K H S L
Decimal 121 15 245 0.51 0.94 0 0.04 267.65 0.92 0.51
Hex 79 F F5 33 5E 0 4 10C 5C 33
Octal 171 17 365 63 136 0 4 414 134 63
Binary 1111001 1111 11110101 110011 1011110 0 100 100001100 1011100 110011

Color Harmonies of #790FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FF5

Black with #790FF5

Text Example


Text Example

White with #790FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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