#511986

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

Shades of Indigo #511986

Tints of Indigo #511986

Color information

#511986 (or 0x511986) is unknown color: approx Indigo. HEX triplet: 51, 19 and 86. RGB value is (81,25,134). Sum of RGB (Red+Green+Blue) = 81+25+134=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #511986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511986 is #AEE679. Grayscale: #353535. Windows color (decimal): -11462266 or 8788305. OLE color: 8788305.

HSL color Cylindrical-coordinate representation of color #511986: hue angle of 270.83º degrees, saturation: 0.69, 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 #511986 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8125134-
CMYK0.400.8100.47
HSL270.83º68.55%31.18%-
HSV(B)270.83º81.34%52.55%-
XYZ8.044.1722.93-
YUV54.17173.05147.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=33.75%
G=10.42%
B=55.83%

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
Decimal81251340.400.8100.47270.8368.5531.18
Hex511986285102F10f451f
Octal121312065012105741710537
Binary1010001110011000011010100010100010101111100001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511986; }

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

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

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

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

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

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

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

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