Html Css Color HEX #771FFE Electric Indigo

📋 copy color: '#771FFE'

red 119 ◦ green 31 ◦ blue 254

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

Shades of Electric Indigo #771FFE

Tints of Electric Indigo #771FFE

RGB

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

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

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

R = 29.46%
G = 7.67%
B = 62.87%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#771FFE (or 0x771FFE) is known color: Electric Indigo. HEX triplet: 77, 1F and FE. RGB value is (119,31,254). Sum of RGB (Red+Green+Blue) = 119+31+254=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #771FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771FFE is #88E001. Grayscale: #515151. Windows color (decimal): -8970242 or 16654199. OLE color: 16654199.

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

Color convert

RGB 119 31 254 -
CMYK 0.53 0.88 0 0.00
HSL 263.68º 0.99% 0.56% -
HSV(B) 263.68º 0.88% 1% -
XYZ 25.99 12.06 94.72 -
YUV 82.73 224.65 153.87 -
System Red Green Blue C M Y K H S L
Decimal 119 31 254 0.53 0.88 0 0.00 263.68 0.99 0.56
Hex 77 1F FE 35 58 0 0 108 63 38
Octal 167 37 376 65 130 0 0 410 143 70
Binary 1110111 11111 11111110 110101 1011000 0 0 100001000 1100011 111000

Color Harmonies of #771FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FFE

Black with #771FFE

Text Example


Text Example

White with #771FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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