#51156F

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

Shades of Indigo #51156F

Tints of Indigo #51156F

Color information

#51156F (or 0x51156F) is unknown color: approx Indigo. HEX triplet: 51, 15 and 6F. RGB value is (81,21,111). Sum of RGB (Red+Green+Blue) = 81+21+111=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #51156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51156F is #AEEA90. Grayscale: #303030. Windows color (decimal): -11463313 or 7279953. OLE color: 7279953.

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

Color convert

RGB8121111-
CMYK0.270.8100.56
HSL280º68.18%25.88%-
HSV(B)280º81.08%43.53%-
XYZ6.533.4315.36-
YUV49.2162.88150.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 111 (43.75% from 255) = 52.11%
R=38.03%
G=9.86%
B=52.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81211110.270.8100.5628068.1825.88
Hex51156F1B51038118441a
Octal121251573312107043010432
Binary10100011010111011111101110100010111000100011000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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