Html Css Color HEX #771AFF Electric Indigo

📋 copy color: '#771AFF'

red 119 ◦ green 26 ◦ blue 255

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

Shades of Electric Indigo #771AFF

Tints of Electric Indigo #771AFF

RGB

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

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

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

R = 29.75%
G = 6.5%
B = 63.75%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#771AFF (or 0x771AFF) is known color: Electric Indigo. HEX triplet: 77, 1A and FF. RGB value is (119,26,255). Sum of RGB (Red+Green+Blue) = 119+26+255=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #771AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AFF is #88E500. Grayscale: #4F4F4F. Windows color (decimal): -8971521 or 16718455. OLE color: 16718455.

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

Color convert

RGB 119 26 255 -
CMYK 0.53 0.90 0 0
HSL 264.37º 1% 0.55% -
HSV(B) 264.37º 0.9% 1% -
XYZ 26.03 11.88 95.53 -
YUV 79.91 226.81 155.88 -
System Red Green Blue C M Y K H S L
Decimal 119 26 255 0.53 0.90 0 0 264.37 1 0.55
Hex 77 1A FF 35 5A 0 0 108 64 37
Octal 167 32 377 65 132 0 0 410 144 67
Binary 1110111 11010 11111111 110101 1011010 0 0 100001000 1100100 110111

Color Harmonies of #771AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AFF

Black with #771AFF

Text Example


Text Example

White with #771AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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