#51106B

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

Shades of Indigo #51106B

Tints of Indigo #51106B

Color information

#51106B (or 0x51106B) is unknown color: approx Indigo. HEX triplet: 51, 10 and 6B. RGB value is (81,16,107). Sum of RGB (Red+Green+Blue) = 81+16+107=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #51106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51106B is #AEEF94. Grayscale: #2D2D2D. Windows color (decimal): -11464597 or 7016529. OLE color: 7016529.

HSL color Cylindrical-coordinate representation of color #51106B: hue angle of 282.86º 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 #51106B is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8116107-
CMYK0.240.8500.58
HSL282.86º73.98%24.12%-
HSV(B)282.86º85.05%41.96%-
XYZ6.233.1814.2-
YUV45.81162.53153.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=39.71%
G=7.84%
B=52.45%

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
Decimal81161070.240.8500.58282.8673.9824.12
Hex51106B185503A11b4a18
Octal121201533012507243311230
Binary10100011000011010111100010101010111010100011011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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