Html Css Color HEX #790BE6 Electric Indigo

📋 copy color: '#790BE6'

red 121 ◦ green 11 ◦ blue 230

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

Shades of Electric Indigo #790BE6

Tints of Electric Indigo #790BE6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

 BLUE value IS 230 (90.23% from 255) = 63.54%

R = 33.43%
G = 3.04%
B = 63.54%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#790BE6 (or 0x790BE6) is known color: Electric Indigo. HEX triplet: 79, 0B and E6. RGB value is (121,11,230). Sum of RGB (Red+Green+Blue) = 121+11+230=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 230 (90.23% from 255 or 63.54% from 362); Max value from RGB is 230 - color contains mainly: blue. Hex color #790BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790BE6 is #86F419. Grayscale: #444444. Windows color (decimal): -8844314 or 15076217. OLE color: 15076217.

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

Color convert

RGB 121 11 230 -
CMYK 0.47 0.95 0 0.10
HSL 270.14º 0.91% 0.47% -
HSV(B) 270.14º 0.95% 0.9% -
XYZ 22.29 10.02 75.62 -
YUV 68.86 218.94 165.19 -
System Red Green Blue C M Y K H S L
Decimal 121 11 230 0.47 0.95 0 0.10 270.14 0.91 0.47
Hex 79 B E6 2F 5F 0 A 10E 5B 2F
Octal 171 13 346 57 137 0 12 416 133 57
Binary 1111001 1011 11100110 101111 1011111 0 1010 100001110 1011011 101111

Color Harmonies of #790BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BE6

Black with #790BE6

Text Example


Text Example

White with #790BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,11,230); }

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

background-color css

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

 a { background-color: rgb(121,11,230); }

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

border-color css

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

 span { border-color: rgb(121,11,230); }

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