Html Css Color HEX #771AFC Electric Indigo

📋 copy color: '#771AFC'

red 119 ◦ green 26 ◦ blue 252

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

Shades of Electric Indigo #771AFC

Tints of Electric Indigo #771AFC

RGB

 RED value IS 119 (46.88% from 255) = 29.97%

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

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 29.97%
G = 6.55%
B = 63.48%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#771AFC (or 0x771AFC) is known color: Electric Indigo. HEX triplet: 77, 1A and FC. RGB value is (119,26,252). Sum of RGB (Red+Green+Blue) = 119+26+252=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #771AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AFC is #88E503. Grayscale: #4E4E4E. Windows color (decimal): -8971524 or 16521847. OLE color: 16521847.

HSL color Cylindrical-coordinate representation of color #771AFC: hue angle of 264.69º degrees, saturation: 0.97, 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 #771AFC is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 26 252 -
CMYK 0.53 0.90 0 0.01
HSL 264.69º 0.97% 0.55% -
HSV(B) 264.69º 0.9% 0.99% -
XYZ 25.55 11.69 93.01 -
YUV 79.57 225.31 156.12 -
System Red Green Blue C M Y K H S L
Decimal 119 26 252 0.53 0.90 0 0.01 264.69 0.97 0.55
Hex 77 1A FC 35 5A 0 1 109 61 37
Octal 167 32 374 65 132 0 1 411 141 67
Binary 1110111 11010 11111100 110101 1011010 0 1 100001001 1100001 110111

Color Harmonies of #771AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AFC

Black with #771AFC

Text Example


Text Example

White with #771AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771AFC; }

 p { color: rgb(119,26,252); }

 H1.HeaderClassName
 {
   color: #771AFC;
 }
 .AnyTagClassName
 {
   color: #771AFC;
 }
</style>

background-color css

<style>
 a { background-color: #771AFC; }

 a { background-color: rgb(119,26,252); }

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

border-color css

<style>
 span { border-color: #771AFC; }

 span { border-color: rgb(119,26,252); }

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