#511491

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

Shades of Indigo #511491

Tints of Indigo #511491

Color information

#511491 (or 0x511491) is unknown color: approx Indigo. HEX triplet: 51, 14 and 91. RGB value is (81,20,145). Sum of RGB (Red+Green+Blue) = 81+20+145=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #511491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511491 is #AEEB6E. Grayscale: #343434. Windows color (decimal): -11463535 or 9507921. OLE color: 9507921.

HSL color Cylindrical-coordinate representation of color #511491: hue angle of 269.28º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511491 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8120145-
CMYK0.440.8600.43
HSL269.28º75.76%32.35%-
HSV(B)269.28º86.21%56.86%-
XYZ8.754.2927.16-
YUV52.49180.21148.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=32.93%
G=8.13%
B=58.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81201450.440.8600.43269.2875.7632.35
Hex5114912C5602B10d4c20
Octal121242215412605341511440
Binary10100011010010010001101100101011001010111000011011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511491; }

 p { color: rgb(81,20,145); }

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

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

 a { background-color: rgb(81,20,145); }

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

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

 span { border-color: rgb(81,20,145); }

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