Html Css Color HEX #791EFF Electric Indigo

📋 copy color: '#791EFF'

red 121 ◦ green 30 ◦ blue 255

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

Shades of Electric Indigo #791EFF

Tints of Electric Indigo #791EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.39%

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

R = 29.8%
G = 7.39%
B = 62.81%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#791EFF (or 0x791EFF) is known color: Electric Indigo. HEX triplet: 79, 1E and FF. RGB value is (121,30,255). Sum of RGB (Red+Green+Blue) = 121+30+255=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #791EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791EFF is #86E100. Grayscale: #525252. Windows color (decimal): -8839425 or 16719481. OLE color: 16719481.

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

Color convert

RGB 121 30 255 -
CMYK 0.53 0.88 0 0
HSL 264.27º 1% 0.56% -
HSV(B) 264.27º 0.88% 1% -
XYZ 26.4 12.21 95.57 -
YUV 82.86 225.15 155.2 -
System Red Green Blue C M Y K H S L
Decimal 121 30 255 0.53 0.88 0 0 264.27 1 0.56
Hex 79 1E FF 35 58 0 0 108 64 38
Octal 171 36 377 65 130 0 0 410 144 70
Binary 1111001 11110 11111111 110101 1011000 0 0 100001000 1100100 111000

Color Harmonies of #791EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791EFF

Black with #791EFF

Text Example


Text Example

White with #791EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791EFF; }

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

 H1.HeaderClassName
 {
   color: #791EFF;
 }
 .AnyTagClassName
 {
   color: #791EFF;
 }
</style>

background-color css

<style>
 a { background-color: #791EFF; }

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

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

border-color css

<style>
 span { border-color: #791EFF; }

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

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