Html Css Color HEX #790CEB Electric Indigo

📋 copy color: '#790CEB'

red 121 ◦ green 12 ◦ blue 235

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

Shades of Electric Indigo #790CEB

Tints of Electric Indigo #790CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 32.88%
G = 3.26%
B = 63.86%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#790CEB (or 0x790CEB) is known color: Electric Indigo. HEX triplet: 79, 0C and EB. RGB value is (121,12,235). Sum of RGB (Red+Green+Blue) = 121+12+235=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #790CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CEB is #86F314. Grayscale: #454545. Windows color (decimal): -8844053 or 15404153. OLE color: 15404153.

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

Color convert

RGB 121 12 235 -
CMYK 0.49 0.95 0 0.08
HSL 269.33º 0.9% 0.48% -
HSV(B) 269.33º 0.95% 0.92% -
XYZ 23.01 10.33 79.38 -
YUV 70.01 221.11 164.37 -
System Red Green Blue C M Y K H S L
Decimal 121 12 235 0.49 0.95 0 0.08 269.33 0.9 0.48
Hex 79 C EB 31 5F 0 8 10D 5A 30
Octal 171 14 353 61 137 0 10 415 132 60
Binary 1111001 1100 11101011 110001 1011111 0 1000 100001101 1011010 110000

Color Harmonies of #790CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CEB

Black with #790CEB

Text Example


Text Example

White with #790CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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