Html Css Color HEX #791BFF Electric Indigo

📋 copy color: '#791BFF'

red 121 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #791BFF

Tints of Electric Indigo #791BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.7%

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

R = 30.02%
G = 6.7%
B = 63.28%

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

#791BFF (or 0x791BFF) is known color: Electric Indigo. HEX triplet: 79, 1B and FF. RGB value is (121,27,255). Sum of RGB (Red+Green+Blue) = 121+27+255=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #791BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791BFF is #86E400. Grayscale: #505050. Windows color (decimal): -8840193 or 16718713. OLE color: 16718713.

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

Color convert

RGB 121 27 255 -
CMYK 0.53 0.89 0 0
HSL 264.74º 1% 0.55% -
HSV(B) 264.74º 0.89% 1% -
XYZ 26.33 12.07 95.55 -
YUV 81.1 226.14 156.46 -
System Red Green Blue C M Y K H S L
Decimal 121 27 255 0.53 0.89 0 0 264.74 1 0.55
Hex 79 1B FF 35 59 0 0 109 64 37
Octal 171 33 377 65 131 0 0 411 144 67
Binary 1111001 11011 11111111 110101 1011001 0 0 100001001 1100100 110111

Color Harmonies of #791BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791BFF

Black with #791BFF

Text Example


Text Example

White with #791BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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