Html Css Color HEX #791AFB Electric Indigo

📋 copy color: '#791AFB'

red 121 ◦ green 26 ◦ blue 251

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

Shades of Electric Indigo #791AFB

Tints of Electric Indigo #791AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

 BLUE value IS 251 (98.44% from 255) = 63.07%

R = 30.4%
G = 6.53%
B = 63.07%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#791AFB (or 0x791AFB) is known color: Electric Indigo. HEX triplet: 79, 1A and FB. RGB value is (121,26,251). Sum of RGB (Red+Green+Blue) = 121+26+251=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #791AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791AFB is #86E504. Grayscale: #4F4F4F. Windows color (decimal): -8840453 or 16456313. OLE color: 16456313.

HSL color Cylindrical-coordinate representation of color #791AFB: hue angle of 265.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #791AFB is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 26 251 -
CMYK 0.52 0.90 0 0.02
HSL 265.33º 0.97% 0.54% -
HSV(B) 265.33º 0.9% 0.98% -
XYZ 25.67 11.77 92.19 -
YUV 80.06 224.47 157.2 -
System Red Green Blue C M Y K H S L
Decimal 121 26 251 0.52 0.90 0 0.02 265.33 0.97 0.54
Hex 79 1A FB 34 5A 0 2 109 61 36
Octal 171 32 373 64 132 0 2 411 141 66
Binary 1111001 11010 11111011 110100 1011010 0 10 100001001 1100001 110110

Color Harmonies of #791AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791AFB

Black with #791AFB

Text Example


Text Example

White with #791AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,26,251); }

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

background-color css

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

 a { background-color: rgb(121,26,251); }

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

border-color css

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

 span { border-color: rgb(121,26,251); }

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