Html Css Color HEX #791EFE Electric Indigo

📋 copy color: '#791EFE'

red 121 ◦ green 30 ◦ blue 254

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

Shades of Electric Indigo #791EFE

Tints of Electric Indigo #791EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.72%

R = 29.88%
G = 7.41%
B = 62.72%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#791EFE (or 0x791EFE) is known color: Electric Indigo. HEX triplet: 79, 1E and FE. RGB value is (121,30,254). Sum of RGB (Red+Green+Blue) = 121+30+254=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #791EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791EFE is #86E101. Grayscale: #515151. Windows color (decimal): -8839426 or 16653945. OLE color: 16653945.

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

Color convert

RGB 121 30 254 -
CMYK 0.52 0.88 0 0.00
HSL 264.38º 0.99% 0.56% -
HSV(B) 264.38º 0.88% 1% -
XYZ 26.24 12.15 94.73 -
YUV 82.75 224.65 155.29 -
System Red Green Blue C M Y K H S L
Decimal 121 30 254 0.52 0.88 0 0.00 264.38 0.99 0.56
Hex 79 1E FE 34 58 0 0 108 63 38
Octal 171 36 376 64 130 0 0 410 143 70
Binary 1111001 11110 11111110 110100 1011000 0 0 100001000 1100011 111000

Color Harmonies of #791EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791EFE

Black with #791EFE

Text Example


Text Example

White with #791EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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