#511987

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

Shades of Indigo #511987

Tints of Indigo #511987

Color information

#511987 (or 0x511987) is unknown color: approx Indigo. HEX triplet: 51, 19 and 87. RGB value is (81,25,135). Sum of RGB (Red+Green+Blue) = 81+25+135=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #511987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511987 is #AEE678. Grayscale: #353535. Windows color (decimal): -11462265 or 8853841. OLE color: 8853841.

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

Color convert

RGB8125135-
CMYK0.400.8100.47
HSL270.55º68.75%31.37%-
HSV(B)270.55º81.48%52.94%-
XYZ8.114.1923.3-
YUV54.28173.55147.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=33.61%
G=10.37%
B=56.02%

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
Decimal81251350.400.8100.47270.5568.7531.37
Hex511987285102F10f451f
Octal121312075012105741710537
Binary1010001110011000011110100010100010101111100001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511987; }

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

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

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

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

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

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

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

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