Html Css Color HEX #791AFD Electric Indigo

📋 copy color: '#791AFD'

red 121 ◦ green 26 ◦ blue 253

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

Shades of Electric Indigo #791AFD

Tints of Electric Indigo #791AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 30.25%
G = 6.5%
B = 63.25%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#791AFD (or 0x791AFD) is known color: Electric Indigo. HEX triplet: 79, 1A and FD. RGB value is (121,26,253). Sum of RGB (Red+Green+Blue) = 121+26+253=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #791AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791AFD is #86E502. Grayscale: #4F4F4F. Windows color (decimal): -8840451 or 16587385. OLE color: 16587385.

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

Color convert

RGB 121 26 253 -
CMYK 0.52 0.90 0 0.01
HSL 265.11º 0.98% 0.55% -
HSV(B) 265.11º 0.9% 0.99% -
XYZ 25.98 11.9 93.86 -
YUV 80.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 121 26 253 0.52 0.90 0 0.01 265.11 0.98 0.55
Hex 79 1A FD 34 5A 0 1 109 62 37
Octal 171 32 375 64 132 0 1 411 142 67
Binary 1111001 11010 11111101 110100 1011010 0 1 100001001 1100010 110111

Color Harmonies of #791AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791AFD

Black with #791AFD

Text Example


Text Example

White with #791AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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