#511A8A

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

Shades of Indigo #511A8A

Tints of Indigo #511A8A

Color information

#511A8A (or 0x511A8A) is unknown color: approx Indigo. HEX triplet: 51, 1A and 8A. RGB value is (81,26,138). Sum of RGB (Red+Green+Blue) = 81+26+138=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #511A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A8A is #AEE575. Grayscale: #363636. Windows color (decimal): -11462006 or 9050705. OLE color: 9050705.

HSL color Cylindrical-coordinate representation of color #511A8A: hue angle of 269.46º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511A8A is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8126138-
CMYK0.410.8100.46
HSL269.46º68.29%32.16%-
HSV(B)269.46º81.16%54.12%-
XYZ8.354.3224.44-
YUV55.21174.72146.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=33.06%
G=10.61%
B=56.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81261380.410.8100.46269.4668.2932.16
Hex511A8A295102E10d4420
Octal121322125112105641510440
Binary10100011101010001010101001101000101011101000011011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A8A; }

 p { color: rgb(81,26,138); }

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

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

 a { background-color: rgb(81,26,138); }

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

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

 span { border-color: rgb(81,26,138); }

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