Html Css Color HEX #790AEC Electric Indigo

📋 copy color: '#790AEC'

red 121 ◦ green 10 ◦ blue 236

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

Shades of Electric Indigo #790AEC

Tints of Electric Indigo #790AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

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

R = 32.97%
G = 2.72%
B = 64.31%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#790AEC (or 0x790AEC) is known color: Electric Indigo. HEX triplet: 79, 0A and EC. RGB value is (121,10,236). Sum of RGB (Red+Green+Blue) = 121+10+236=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #790AEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AEC is #86F513. Grayscale: #444444. Windows color (decimal): -8844564 or 15469177. OLE color: 15469177.

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

Color convert

RGB 121 10 236 -
CMYK 0.49 0.96 0 0.07
HSL 269.47º 0.92% 0.48% -
HSV(B) 269.47º 0.96% 0.93% -
XYZ 23.13 10.34 80.13 -
YUV 68.95 222.27 165.12 -
System Red Green Blue C M Y K H S L
Decimal 121 10 236 0.49 0.96 0 0.07 269.47 0.92 0.48
Hex 79 A EC 31 60 0 7 10D 5C 30
Octal 171 12 354 61 140 0 7 415 134 60
Binary 1111001 1010 11101100 110001 1100000 0 111 100001101 1011100 110000

Color Harmonies of #790AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AEC

Black with #790AEC

Text Example


Text Example

White with #790AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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