#511676

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

Shades of Indigo #511676

Tints of Indigo #511676

Color information

#511676 (or 0x511676) is unknown color: approx Indigo. HEX triplet: 51, 16 and 76. RGB value is (81,22,118). Sum of RGB (Red+Green+Blue) = 81+22+118=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #511676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511676 is #AEE989. Grayscale: #323232. Windows color (decimal): -11463050 or 7738961. OLE color: 7738961.

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

Color convert

RGB8122118-
CMYK0.310.8100.54
HSL276.88º68.57%27.45%-
HSV(B)276.88º81.36%46.27%-
XYZ6.953.6317.47-
YUV50.58166.05149.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=36.65%
G=9.95%
B=53.39%

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
Decimal81221180.310.8100.54276.8868.5727.45
Hex5116761F51036115451b
Octal121261663712106642510533
Binary10100011011011101101111110100010110110100010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511676; }

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

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

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

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

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

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

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

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