#511099

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

Shades of Indigo #511099

Tints of Indigo #511099

Color information

#511099 (or 0x511099) is unknown color: approx Indigo. HEX triplet: 51, 10 and 99. RGB value is (81,16,153). Sum of RGB (Red+Green+Blue) = 81+16+153=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #511099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511099 is #AEEF66. Grayscale: #323232. Windows color (decimal): -11464551 or 10031185. OLE color: 10031185.

HSL color Cylindrical-coordinate representation of color #511099: hue angle of 268.47º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #511099 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8116153-
CMYK0.470.9000.4
HSL268.47º81.07%33.14%-
HSV(B)268.47º89.54%60%-
XYZ9.334.4230.5-
YUV51.05185.53149.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 16 (6.64% from 255) = 6.4%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=32.4%
G=6.4%
B=61.2%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81161530.470.9000.4268.4781.0733.14
Hex5110992F5A02810c5121
Octal121202315713205041412141
Binary10100011000010011001101111101101001010001000011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511099; }

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

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

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

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

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

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

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

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