#771EFD

Color #771EFD Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #771EFD

Tints of Electric Indigo #771EFD

Color information

#771EFD (or 0x771EFD) is unknown color: approx Electric Indigo. HEX triplet: 77, 1E and FD. RGB value is (119,30,253). Sum of RGB (Red+Green+Blue) = 119+30+253=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #771EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771EFD is #88E102. Grayscale: #515151. Windows color (decimal): -8970499 or 16588407. OLE color: 16588407.

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

Color convert

RGB11930253-
CMYK0.530.8800.01
HSL263.95º98.24%55.49%-
HSV(B)263.95º88.14%99.22%-
XYZ25.811.9493.87-
YUV82.03224.49154.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 30 (12.11% from 255) = 7.46%
BLUE value IS 253 (99.22% from 255) = 62.94%
R=29.60%
G=7.46%
B=62.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal119302530.530.8800.01263.9598.2455.49
Hex771EFD3558011086237
Octal16736375651300141014267
Binary111011111110111111011101011011000011000010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,30,253); }

 H1.HeaderClassName
 {
   color: #771EFD;
 }
 .AnyTagClassName
 {
   color: #771EFD;
 }
</style>
background-color css

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

 a { background-color: rgb(119,30,253); }

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

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

 span { border-color: rgb(119,30,253); }

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