#511A86

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

Shades of Indigo #511A86

Tints of Indigo #511A86

Color information

#511A86 (or 0x511A86) is unknown color: approx Indigo. HEX triplet: 51, 1A and 86. RGB value is (81,26,134). Sum of RGB (Red+Green+Blue) = 81+26+134=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #511A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A86 is #AEE579. Grayscale: #363636. Windows color (decimal): -11462010 or 8788561. OLE color: 8788561.

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

Color convert

RGB8126134-
CMYK0.400.8100.47
HSL270.56º67.5%31.37%-
HSV(B)270.56º80.6%52.55%-
XYZ8.074.2122.94-
YUV54.76172.72146.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=33.61%
G=10.79%
B=55.60%

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
Decimal81261340.400.8100.47270.5667.531.37
Hex511A86285102F10f441f
Octal121322065012105741710437
Binary1010001110101000011010100010100010101111100001111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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