Html Css Color HEX #791CFF Electric Indigo

📋 copy color: '#791CFF'

red 121 ◦ green 28 ◦ blue 255

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

Shades of Electric Indigo #791CFF

Tints of Electric Indigo #791CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

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

R = 29.95%
G = 6.93%
B = 63.12%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#791CFF (or 0x791CFF) is known color: Electric Indigo. HEX triplet: 79, 1C and FF. RGB value is (121,28,255). Sum of RGB (Red+Green+Blue) = 121+28+255=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #791CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791CFF is #86E300. Grayscale: #505050. Windows color (decimal): -8839937 or 16718969. OLE color: 16718969.

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

Color convert

RGB 121 28 255 -
CMYK 0.53 0.89 0 0
HSL 264.58º 1% 0.55% -
HSV(B) 264.58º 0.89% 1% -
XYZ 26.35 12.12 95.56 -
YUV 81.69 225.81 156.04 -
System Red Green Blue C M Y K H S L
Decimal 121 28 255 0.53 0.89 0 0 264.58 1 0.55
Hex 79 1C FF 35 59 0 0 109 64 37
Octal 171 34 377 65 131 0 0 411 144 67
Binary 1111001 11100 11111111 110101 1011001 0 0 100001001 1100100 110111

Color Harmonies of #791CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791CFF

Black with #791CFF

Text Example


Text Example

White with #791CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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