#51167A

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

Shades of Indigo #51167A

Tints of Indigo #51167A

Color information

#51167A (or 0x51167A) is unknown color: approx Indigo. HEX triplet: 51, 16 and 7A. RGB value is (81,22,122). Sum of RGB (Red+Green+Blue) = 81+22+122=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #51167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51167A is #AEE985. Grayscale: #323232. Windows color (decimal): -11463046 or 8001105. OLE color: 8001105.

HSL color Cylindrical-coordinate representation of color #51167A: hue angle of 275.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51167A is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8122122-
CMYK0.340.8200.52
HSL275.4º69.44%28.24%-
HSV(B)275.4º81.97%47.84%-
XYZ7.193.7318.75-
YUV51.04168.05149.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 122 (48.05% from 255) = 54.22%
R=36%
G=9.78%
B=54.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81221220.340.8200.52275.469.4428.24
Hex51167A2252034113451c
Octal121261724212206442310534
Binary101000110110111101010001010100100110100100010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,22,122); }

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

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

 a { background-color: rgb(81,22,122); }

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

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

 span { border-color: rgb(81,22,122); }

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