#51109D

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

Shades of Indigo #51109D

Tints of Indigo #51109D

Color information

#51109D (or 0x51109D) is unknown color: approx Indigo. HEX triplet: 51, 10 and 9D. RGB value is (81,16,157). Sum of RGB (Red+Green+Blue) = 81+16+157=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #51109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51109D is #AEEF62. Grayscale: #333333. Windows color (decimal): -11464547 or 10293329. OLE color: 10293329.

HSL color Cylindrical-coordinate representation of color #51109D: hue angle of 267.66º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51109D is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8116157-
CMYK0.480.9000.38
HSL267.66º81.5%33.92%-
HSV(B)267.66º89.81%61.57%-
XYZ9.664.5532.27-
YUV51.51187.53149.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 157 (61.72% from 255) = 61.81%
R=31.89%
G=6.30%
B=61.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81161570.480.9000.38267.6681.533.92
Hex51109D305A02610c5222
Octal121202356013204641412242
Binary10100011000010011101110000101101001001101000011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,16,157); }

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

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

 a { background-color: rgb(81,16,157); }

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

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

 span { border-color: rgb(81,16,157); }

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