#511A87

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

Shades of Indigo #511A87

Tints of Indigo #511A87

Color information

#511A87 (or 0x511A87) is unknown color: approx Indigo. HEX triplet: 51, 1A and 87. RGB value is (81,26,135). Sum of RGB (Red+Green+Blue) = 81+26+135=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #511A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A87 is #AEE578. Grayscale: #363636. Windows color (decimal): -11462009 or 8854097. OLE color: 8854097.

HSL color Cylindrical-coordinate representation of color #511A87: hue angle of 270.28º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511A87 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8126135-
CMYK0.400.8100.47
HSL270.28º67.7%31.57%-
HSV(B)270.28º80.74%52.94%-
XYZ8.144.2423.31-
YUV54.87173.22146.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=33.47%
G=10.74%
B=55.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81261350.400.8100.47270.2867.731.57
Hex511A87285102F10e4420
Octal121322075012105741610440
Binary10100011101010000111101000101000101011111000011101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A87; }

 p { color: rgb(81,26,135); }

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

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

 a { background-color: rgb(81,26,135); }

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

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

 span { border-color: rgb(81,26,135); }

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