#511899

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

Shades of Indigo #511899

Tints of Indigo #511899

Color information

#511899 (or 0x511899) is unknown color: approx Indigo. HEX triplet: 51, 18 and 99. RGB value is (81,24,153). Sum of RGB (Red+Green+Blue) = 81+24+153=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #511899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511899 is #AEE766. Grayscale: #373737. Windows color (decimal): -11462503 or 10033233. OLE color: 10033233.

HSL color Cylindrical-coordinate representation of color #511899: hue angle of 266.51º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511899 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8124153-
CMYK0.470.8400.4
HSL266.51º72.88%34.71%-
HSV(B)266.51º84.31%60%-
XYZ9.474.730.55-
YUV55.75182.88146.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=31.40%
G=9.30%
B=59.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81241530.470.8400.4266.5172.8834.71
Hex5118992F5402810b4923
Octal121302315712405041311143
Binary10100011100010011001101111101010001010001000010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511899; }

 p { color: rgb(81,24,153); }

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

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

 a { background-color: rgb(81,24,153); }

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

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

 span { border-color: rgb(81,24,153); }

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