#51106A

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

Shades of Indigo #51106A

Tints of Indigo #51106A

Color information

#51106A (or 0x51106A) is unknown color: approx Indigo. HEX triplet: 51, 10 and 6A. RGB value is (81,16,106). Sum of RGB (Red+Green+Blue) = 81+16+106=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #51106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51106A is #AEEF95. Grayscale: #2D2D2D. Windows color (decimal): -11464598 or 6950993. OLE color: 6950993.

HSL color Cylindrical-coordinate representation of color #51106A: hue angle of 283.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51106A is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8116106-
CMYK0.240.8500.58
HSL283.33º73.77%23.92%-
HSV(B)283.33º84.91%41.57%-
XYZ6.183.1613.92-
YUV45.69162.03153.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=39.90%
G=7.88%
B=52.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81161060.240.8500.58283.3373.7723.92
Hex51106A185503A11b4a18
Octal121201523012507243311230
Binary10100011000011010101100010101010111010100011011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51106A; }

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

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

<style>
 a { background-color: #51106A; }

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

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

<style>
 span { border-color: #51106A; }

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

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