#511690

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

Shades of Indigo #511690

Tints of Indigo #511690

Color information

#511690 (or 0x511690) is unknown color: approx Indigo. HEX triplet: 51, 16 and 90. RGB value is (81,22,144). Sum of RGB (Red+Green+Blue) = 81+22+144=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #511690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511690 is #AEE96F. Grayscale: #353535. Windows color (decimal): -11463024 or 9442897. OLE color: 9442897.

HSL color Cylindrical-coordinate representation of color #511690: hue angle of 269.02º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511690 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8122144-
CMYK0.440.8500.44
HSL269.02º73.49%32.55%-
HSV(B)269.02º84.72%56.47%-
XYZ8.714.3426.76-
YUV53.55179.05147.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=32.79%
G=8.91%
B=58.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81221440.440.8500.44269.0273.4932.55
Hex5116902C5502C10d4921
Octal121262205412505441511141
Binary10100011011010010000101100101010101011001000011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511690; }

 p { color: rgb(81,22,144); }

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

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

 a { background-color: rgb(81,22,144); }

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

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

 span { border-color: rgb(81,22,144); }

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