#771AFD

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

Shades of Electric Indigo #771AFD

Tints of Electric Indigo #771AFD

Color information

#771AFD (or 0x771AFD) is unknown color: approx Electric Indigo. HEX triplet: 77, 1A and FD. RGB value is (119,26,253). Sum of RGB (Red+Green+Blue) = 119+26+253=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #771AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AFD is #88E502. Grayscale: #4E4E4E. Windows color (decimal): -8971523 or 16587383. OLE color: 16587383.

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

Color convert

RGB11926253-
CMYK0.530.9000.01
HSL264.58º98.27%54.71%-
HSV(B)264.58º89.72%99.22%-
XYZ25.7111.7593.84-
YUV79.68225.81156.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 26 (10.55% from 255) = 6.53%
BLUE value IS 253 (99.22% from 255) = 63.57%
R=29.90%
G=6.53%
B=63.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal119262530.530.9000.01264.5898.2754.71
Hex771AFD355A011096237
Octal16732375651320141114267
Binary111011111010111111011101011011010011000010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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