#511576

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

Shades of Indigo #511576

Tints of Indigo #511576

Color information

#511576 (or 0x511576) is unknown color: approx Indigo. HEX triplet: 51, 15 and 76. RGB value is (81,21,118). Sum of RGB (Red+Green+Blue) = 81+21+118=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #511576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511576 is #AEEA89. Grayscale: #313131. Windows color (decimal): -11463306 or 7738705. OLE color: 7738705.

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

Color convert

RGB8121118-
CMYK0.310.8200.54
HSL277.11º69.78%27.25%-
HSV(B)277.11º82.2%46.27%-
XYZ6.933.5917.47-
YUV50166.38150.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=36.82%
G=9.55%
B=53.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81211180.310.8200.54277.1169.7827.25
Hex5115761F52036115461b
Octal121251663712206642510633
Binary10100011010111101101111110100100110110100010101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511576; }

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

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

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

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

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

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

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

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