#511280

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

Shades of Indigo #511280

Tints of Indigo #511280

Color information

#511280 (or 0x511280) is unknown color: approx Indigo. HEX triplet: 51, 12 and 80. RGB value is (81,18,128). Sum of RGB (Red+Green+Blue) = 81+18+128=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #511280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511280 is #AEED7F. Grayscale: #313131. Windows color (decimal): -11464064 or 8393297. OLE color: 8393297.

HSL color Cylindrical-coordinate representation of color #511280: hue angle of 274.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511280 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8118128-
CMYK0.370.8600.50
HSL274.36º75.34%28.63%-
HSV(B)274.36º85.94%50.2%-
XYZ7.513.7420.75-
YUV49.38172.37150.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=35.68%
G=7.93%
B=56.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81181280.370.8600.50274.3675.3428.63
Hex51128025560321124b1d
Octal121222004512606242211335
Binary1010001100101000000010010110101100110010100010010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511280; }

 p { color: rgb(81,18,128); }

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

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

 a { background-color: rgb(81,18,128); }

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

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

 span { border-color: rgb(81,18,128); }

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