Html Css Color HEX #791FFF Electric Indigo

📋 copy color: '#791FFF'

red 121 ◦ green 31 ◦ blue 255

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

Shades of Electric Indigo #791FFF

Tints of Electric Indigo #791FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.62%

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

R = 29.73%
G = 7.62%
B = 62.65%

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

#791FFF (or 0x791FFF) is known color: Electric Indigo. HEX triplet: 79, 1F and FF. RGB value is (121,31,255). Sum of RGB (Red+Green+Blue) = 121+31+255=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #791FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791FFF is #86E000. Grayscale: #525252. Windows color (decimal): -8839169 or 16719737. OLE color: 16719737.

HSL color Cylindrical-coordinate representation of color #791FFF: hue angle of 264.11º 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 #791FFF is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 31 255 -
CMYK 0.53 0.88 0 0
HSL 264.11º 1% 0.56% -
HSV(B) 264.11º 0.88% 1% -
XYZ 26.43 12.26 95.58 -
YUV 83.45 224.82 154.79 -
System Red Green Blue C M Y K H S L
Decimal 121 31 255 0.53 0.88 0 0 264.11 1 0.56
Hex 79 1F FF 35 58 0 0 108 64 38
Octal 171 37 377 65 130 0 0 410 144 70
Binary 1111001 11111 11111111 110101 1011000 0 0 100001000 1100100 111000

Color Harmonies of #791FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791FFF

Black with #791FFF

Text Example


Text Example

White with #791FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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