#511776

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

Shades of Indigo #511776

Tints of Indigo #511776

Color information

#511776 (or 0x511776) is unknown color: approx Indigo. HEX triplet: 51, 17 and 76. RGB value is (81,23,118). Sum of RGB (Red+Green+Blue) = 81+23+118=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #511776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511776 is #AEE889. Grayscale: #323232. Windows color (decimal): -11462794 or 7739217. OLE color: 7739217.

HSL color Cylindrical-coordinate representation of color #511776: hue angle of 276.63º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511776 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8123118-
CMYK0.310.8100.54
HSL276.63º67.38%27.65%-
HSV(B)276.63º80.51%46.27%-
XYZ6.973.6717.48-
YUV51.17165.72149.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=36.49%
G=10.36%
B=53.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81231180.310.8100.54276.6367.3827.65
Hex5117761F51036115431c
Octal121271663712106642510334
Binary10100011011111101101111110100010110110100010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511776; }

 p { color: rgb(81,23,118); }

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

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

 a { background-color: rgb(81,23,118); }

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

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

 span { border-color: rgb(81,23,118); }

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