Html Css Color HEX #790FED Electric Indigo

📋 copy color: '#790FED'

red 121 ◦ green 15 ◦ blue 237

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

Shades of Electric Indigo #790FED

Tints of Electric Indigo #790FED

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 value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#790FED (or 0x790FED) is known color: 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

RGB 121 15 237 -
CMYK 0.49 0.94 0 0.07
HSL 268.65º 0.88% 0.49% -
HSV(B) 268.65º 0.94% 0.93% -
XYZ 23.34 10.52 80.92 -
YUV 72 221.12 162.95 -
System Red Green Blue C M Y K H S L
Decimal 121 15 237 0.49 0.94 0 0.07 268.65 0.88 0.49
Hex 79 F ED 31 5E 0 7 10D 58 31
Octal 171 17 355 61 136 0 7 415 130 61
Binary 1111001 1111 11101101 110001 1011110 0 111 100001101 1011000 110001

Color Harmonies of #790FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FED

Black with #790FED

Text Example


Text Example

White with #790FED

Text Example


Text Example

HTML Codes & Css Web 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>