Html Css Color HEX #790BF3 Electric Indigo

📋 copy color: '#790BF3'

red 121 ◦ green 11 ◦ blue 243

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

Shades of Electric Indigo #790BF3

Tints of Electric Indigo #790BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 64.8%

R = 32.27%
G = 2.93%
B = 64.8%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#790BF3 (or 0x790BF3) is known color: Electric Indigo. HEX triplet: 79, 0B and F3. RGB value is (121,11,243). Sum of RGB (Red+Green+Blue) = 121+11+243=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #790BF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790BF3 is #86F40C. Grayscale: #454545. Windows color (decimal): -8844301 or 15928185. OLE color: 15928185.

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

Color convert

RGB 121 11 243 -
CMYK 0.50 0.95 0 0.05
HSL 268.45º 0.91% 0.5% -
HSV(B) 268.45º 0.95% 0.95% -
XYZ 24.18 10.78 85.6 -
YUV 70.34 225.44 164.14 -
System Red Green Blue C M Y K H S L
Decimal 121 11 243 0.50 0.95 0 0.05 268.45 0.91 0.5
Hex 79 B F3 32 5F 0 5 10C 5B 32
Octal 171 13 363 62 137 0 5 414 133 62
Binary 1111001 1011 11110011 110010 1011111 0 101 100001100 1011011 110010

Color Harmonies of #790BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BF3

Black with #790BF3

Text Example


Text Example

White with #790BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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