#790fed

Color #790FED Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #790FED

Tints of Electric Indigo #790FED

Color information

#790FED (or 0x790FED) is unknown color: approx Electric Indigo. HEX triplet: 79, 0F and ED. RGB value is (121,15,237). Sum of RGB (Red+Green+Blue) = 121+15+237=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #790FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FED is #86F012. Grayscale: #474747. Windows color (decimal): -8843283 or 15535993. OLE color: 15535993.

HSL color Cylindrical-coordinate representation of color #790FED: hue angle of 268.65º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790FED is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12115237-
CMYK0.490.9400.07
HSL268.65º88.1%49.41%-
HSV(B)268.65º93.67%92.94%-
XYZ23.3410.5280.92-
YUV72221.12162.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 15 (6.25% from 255) = 4.02%
BLUE value IS 237 (92.97% from 255) = 63.54%
R=32.44%
G=4.02%
B=63.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal121152370.490.9400.07268.6588.149.41
Hex79FED315E0710d5831
Octal17117355611360741513061
Binary1111001111111101101110001101111001111000011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #790fed;
 }
 .AnyTagClassName
 {
   color: #790fed;
 }
</style>
background-color css

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

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

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

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

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

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