Html Css Color HEX #790CEF Electric Indigo

📋 copy color: '#790CEF'

red 121 ◦ green 12 ◦ blue 239

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

Shades of Electric Indigo #790CEF

Tints of Electric Indigo #790CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 32.53%
G = 3.23%
B = 64.25%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#790CEF (or 0x790CEF) is known color: Electric Indigo. HEX triplet: 79, 0C and EF. RGB value is (121,12,239). Sum of RGB (Red+Green+Blue) = 121+12+239=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #790CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CEF is #86F310. Grayscale: #454545. Windows color (decimal): -8844049 or 15666297. OLE color: 15666297.

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

Color convert

RGB 121 12 239 -
CMYK 0.49 0.95 0 0.06
HSL 268.81º 0.9% 0.49% -
HSV(B) 268.81º 0.95% 0.94% -
XYZ 23.6 10.56 82.46 -
YUV 70.47 223.11 164.04 -
System Red Green Blue C M Y K H S L
Decimal 121 12 239 0.49 0.95 0 0.06 268.81 0.9 0.49
Hex 79 C EF 31 5F 0 6 10D 5A 31
Octal 171 14 357 61 137 0 6 415 132 61
Binary 1111001 1100 11101111 110001 1011111 0 110 100001101 1011010 110001

Color Harmonies of #790CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CEF

Black with #790CEF

Text Example


Text Example

White with #790CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,12,239); }

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

background-color css

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

 a { background-color: rgb(121,12,239); }

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

border-color css

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

 span { border-color: rgb(121,12,239); }

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