Html Css Color HEX #790CF5 Electric Indigo

📋 copy color: '#790CF5'

red 121 ◦ green 12 ◦ blue 245

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

Shades of Electric Indigo #790CF5

Tints of Electric Indigo #790CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.81%

R = 32.01%
G = 3.17%
B = 64.81%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#790CF5 (or 0x790CF5) is known color: Electric Indigo. HEX triplet: 79, 0C and F5. RGB value is (121,12,245). Sum of RGB (Red+Green+Blue) = 121+12+245=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 245 (96.09% from 255 or 64.81% from 378); Max value from RGB is 245 - color contains mainly: blue. Hex color #790CF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CF5 is #86F30A. Grayscale: #464646. Windows color (decimal): -8844043 or 16059513. OLE color: 16059513.

HSL color Cylindrical-coordinate representation of color #790CF5: hue angle of 268.07º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790CF5 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 121 12 245 -
CMYK 0.51 0.95 0 0.04
HSL 268.07º 0.92% 0.5% -
HSV(B) 268.07º 0.95% 0.96% -
XYZ 24.5 10.92 87.2 -
YUV 71.15 226.11 163.55 -
System Red Green Blue C M Y K H S L
Decimal 121 12 245 0.51 0.95 0 0.04 268.07 0.92 0.5
Hex 79 C F5 33 5F 0 4 10C 5C 32
Octal 171 14 365 63 137 0 4 414 134 62
Binary 1111001 1100 11110101 110011 1011111 0 100 100001100 1011100 110010

Color Harmonies of #790CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CF5

Black with #790CF5

Text Example


Text Example

White with #790CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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