Html Css Color HEX #790FFF Electric Indigo

📋 copy color: '#790FFF'

red 121 ◦ green 15 ◦ blue 255

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

Shades of Electric Indigo #790FFF

Tints of Electric Indigo #790FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.84%

 BLUE value IS 255 (100% from 255) = 65.22%

R = 30.95%
G = 3.84%
B = 65.22%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#790FFF (or 0x790FFF) is known color: Electric Indigo. HEX triplet: 79, 0F and FF. RGB value is (121,15,255). Sum of RGB (Red+Green+Blue) = 121+15+255=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #790FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FFF is #86F000. Grayscale: #494949. Windows color (decimal): -8843265 or 16715641. OLE color: 16715641.

HSL color Cylindrical-coordinate representation of color #790FFF: hue angle of 266.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790FFF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 15 255 -
CMYK 0.53 0.94 0 0
HSL 266.5º 1% 0.53% -
HSV(B) 266.5º 0.94% 1% -
XYZ 26.11 11.63 95.48 -
YUV 74.05 230.12 161.49 -
System Red Green Blue C M Y K H S L
Decimal 121 15 255 0.53 0.94 0 0 266.5 1 0.53
Hex 79 F FF 35 5E 0 0 10A 64 35
Octal 171 17 377 65 136 0 0 412 144 65
Binary 1111001 1111 11111111 110101 1011110 0 0 100001010 1100100 110101

Color Harmonies of #790FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FFF

Black with #790FFF

Text Example


Text Example

White with #790FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,15,255); }

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

background-color css

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

 a { background-color: rgb(121,15,255); }

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

border-color css

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

 span { border-color: rgb(121,15,255); }

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