#511A93

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

Shades of Indigo #511A93

Tints of Indigo #511A93

Color information

#511A93 (or 0x511A93) is unknown color: approx Indigo. HEX triplet: 51, 1A and 93. RGB value is (81,26,147). Sum of RGB (Red+Green+Blue) = 81+26+147=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #511A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A93 is #AEE56C. Grayscale: #373737. Windows color (decimal): -11461997 or 9640529. OLE color: 9640529.

HSL color Cylindrical-coordinate representation of color #511A93: hue angle of 267.27º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511A93 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8126147-
CMYK0.450.8200.42
HSL267.27º69.94%33.92%-
HSV(B)267.27º82.31%57.65%-
XYZ9.034.5928.01-
YUV56.24179.22145.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=31.89%
G=10.24%
B=57.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81261470.450.8200.42267.2769.9433.92
Hex511A932D5202A10b4622
Octal121322235512205241310642
Binary10100011101010010011101101101001001010101000010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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