Html Css Color HEX #771AFE Electric Indigo

📋 copy color: '#771AFE'

red 119 ◦ green 26 ◦ blue 254

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

Shades of Electric Indigo #771AFE

Tints of Electric Indigo #771AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 29.82%
G = 6.52%
B = 63.66%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#771AFE (or 0x771AFE) is known color: Electric Indigo. HEX triplet: 77, 1A and FE. RGB value is (119,26,254). Sum of RGB (Red+Green+Blue) = 119+26+254=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #771AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AFE is #88E501. Grayscale: #4E4E4E. Windows color (decimal): -8971522 or 16652919. OLE color: 16652919.

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

Color convert

RGB 119 26 254 -
CMYK 0.53 0.90 0 0.00
HSL 264.47º 0.99% 0.55% -
HSV(B) 264.47º 0.9% 1% -
XYZ 25.87 11.82 94.68 -
YUV 79.8 226.31 155.96 -
System Red Green Blue C M Y K H S L
Decimal 119 26 254 0.53 0.90 0 0.00 264.47 0.99 0.55
Hex 77 1A FE 35 5A 0 0 108 63 37
Octal 167 32 376 65 132 0 0 410 143 67
Binary 1110111 11010 11111110 110101 1011010 0 0 100001000 1100011 110111

Color Harmonies of #771AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AFE

Black with #771AFE

Text Example


Text Example

White with #771AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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