Html Css Color HEX #771FFF Electric Indigo

📋 copy color: '#771FFF'

red 119 ◦ green 31 ◦ blue 255

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

Shades of Electric Indigo #771FFF

Tints of Electric Indigo #771FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.65%

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

R = 29.38%
G = 7.65%
B = 62.96%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#771FFF (or 0x771FFF) is known color: Electric Indigo. HEX triplet: 77, 1F and FF. RGB value is (119,31,255). Sum of RGB (Red+Green+Blue) = 119+31+255=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #771FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771FFF is #88E000. Grayscale: #525252. Windows color (decimal): -8970241 or 16719735. OLE color: 16719735.

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

Color convert

RGB 119 31 255 -
CMYK 0.53 0.88 0 0
HSL 263.57º 1% 0.56% -
HSV(B) 263.57º 0.88% 1% -
XYZ 26.15 12.12 95.57 -
YUV 82.85 225.15 153.79 -
System Red Green Blue C M Y K H S L
Decimal 119 31 255 0.53 0.88 0 0 263.57 1 0.56
Hex 77 1F FF 35 58 0 0 108 64 38
Octal 167 37 377 65 130 0 0 410 144 70
Binary 1110111 11111 11111111 110101 1011000 0 0 100001000 1100100 111000

Color Harmonies of #771FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FFF

Black with #771FFF

Text Example


Text Example

White with #771FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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