#511196

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

Shades of Indigo #511196

Tints of Indigo #511196

Color information

#511196 (or 0x511196) is unknown color: approx Indigo. HEX triplet: 51, 11 and 96. RGB value is (81,17,150). Sum of RGB (Red+Green+Blue) = 81+17+150=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #511196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511196 is #AEEE69. Grayscale: #323232. Windows color (decimal): -11464298 or 9834833. OLE color: 9834833.

HSL color Cylindrical-coordinate representation of color #511196: hue angle of 268.87º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511196 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8117150-
CMYK0.460.8900.41
HSL268.87º79.64%32.75%-
HSV(B)268.87º88.67%58.82%-
XYZ9.14.3529.21-
YUV51.3183.7149.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 150 (58.98% from 255) = 60.48%
R=32.66%
G=6.85%
B=60.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81171500.460.8900.41268.8779.6432.75
Hex5111962E5902910d5021
Octal121212265613105141512041
Binary10100011000110010110101110101100101010011000011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511196; }

 p { color: rgb(81,17,150); }

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

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

 a { background-color: rgb(81,17,150); }

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

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

 span { border-color: rgb(81,17,150); }

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