Html Css Color HEX #771DFF Electric Indigo

📋 copy color: '#771DFF'

red 119 ◦ green 29 ◦ blue 255

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

Shades of Electric Indigo #771DFF

Tints of Electric Indigo #771DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.2%

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

R = 29.53%
G = 7.2%
B = 63.28%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#771DFF (or 0x771DFF) is known color: Electric Indigo. HEX triplet: 77, 1D and FF. RGB value is (119,29,255). Sum of RGB (Red+Green+Blue) = 119+29+255=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #771DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771DFF is #88E200. Grayscale: #505050. Windows color (decimal): -8970753 or 16719223. OLE color: 16719223.

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

Color convert

RGB 119 29 255 -
CMYK 0.53 0.89 0 0
HSL 263.89º 1% 0.56% -
HSV(B) 263.89º 0.89% 1% -
XYZ 26.1 12.02 95.55 -
YUV 81.67 225.82 154.62 -
System Red Green Blue C M Y K H S L
Decimal 119 29 255 0.53 0.89 0 0 263.89 1 0.56
Hex 77 1D FF 35 59 0 0 108 64 38
Octal 167 35 377 65 131 0 0 410 144 70
Binary 1110111 11101 11111111 110101 1011001 0 0 100001000 1100100 111000

Color Harmonies of #771DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DFF

Black with #771DFF

Text Example


Text Example

White with #771DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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