#51156D

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

Shades of Indigo #51156D

Tints of Indigo #51156D

Color information

#51156D (or 0x51156D) is unknown color: approx Indigo. HEX triplet: 51, 15 and 6D. RGB value is (81,21,109). Sum of RGB (Red+Green+Blue) = 81+21+109=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #51156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51156D is #AEEA92. Grayscale: #303030. Windows color (decimal): -11463315 or 7148881. OLE color: 7148881.

HSL color Cylindrical-coordinate representation of color #51156D: hue angle of 280.91º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51156D is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8121109-
CMYK0.260.8100.57
HSL280.91º67.69%25.49%-
HSV(B)280.91º80.73%42.75%-
XYZ6.423.3914.78-
YUV48.97161.88150.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=38.39%
G=9.95%
B=51.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81211090.260.8100.57280.9167.6925.49
Hex51156D1A510391194419
Octal121251553212107143110431
Binary10100011010111011011101010100010111001100011001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51156D; }

 p { color: rgb(81,21,109); }

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

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

 a { background-color: rgb(81,21,109); }

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

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

 span { border-color: rgb(81,21,109); }

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