Html Css Color HEX #790DEC Electric Indigo

📋 copy color: '#790DEC'

red 121 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #790DEC

Tints of Electric Indigo #790DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 236 (92.58% from 255) = 63.78%

R = 32.7%
G = 3.51%
B = 63.78%

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

#790DEC (or 0x790DEC) is known color: Electric Indigo. HEX triplet: 79, 0D and EC. RGB value is (121,13,236). Sum of RGB (Red+Green+Blue) = 121+13+236=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #790DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790DEC is #86F213. Grayscale: #454545. Windows color (decimal): -8843796 or 15469945. OLE color: 15469945.

HSL color Cylindrical-coordinate representation of color #790DEC: hue angle of 269.06º degrees, saturation: 0.9, 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 #790DEC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 13 236 -
CMYK 0.49 0.94 0 0.07
HSL 269.06º 0.9% 0.49% -
HSV(B) 269.06º 0.94% 0.93% -
XYZ 23.17 10.41 80.14 -
YUV 70.71 221.28 163.87 -
System Red Green Blue C M Y K H S L
Decimal 121 13 236 0.49 0.94 0 0.07 269.06 0.9 0.49
Hex 79 D EC 31 5E 0 7 10D 5A 31
Octal 171 15 354 61 136 0 7 415 132 61
Binary 1111001 1101 11101100 110001 1011110 0 111 100001101 1011010 110001

Color Harmonies of #790DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DEC

Black with #790DEC

Text Example


Text Example

White with #790DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,13,236); }

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

background-color css

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

 a { background-color: rgb(121,13,236); }

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

border-color css

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

 span { border-color: rgb(121,13,236); }

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