#51177F

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

Shades of Indigo #51177F

Tints of Indigo #51177F

Color information

#51177F (or 0x51177F) is unknown color: approx Indigo. HEX triplet: 51, 17 and 7F. RGB value is (81,23,127). Sum of RGB (Red+Green+Blue) = 81+23+127=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #51177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51177F is #AEE880. Grayscale: #333333. Windows color (decimal): -11462785 or 8329041. OLE color: 8329041.

HSL color Cylindrical-coordinate representation of color #51177F: hue angle of 273.46º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51177F is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8123127-
CMYK0.360.8200.50
HSL273.46º69.33%29.41%-
HSV(B)273.46º81.89%49.8%-
XYZ7.533.8920.43-
YUV52.2170.22148.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 127 (50% from 255) = 54.98%
R=35.06%
G=9.96%
B=54.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81231270.360.8200.50273.4669.3329.41
Hex51177F2452032111451d
Octal121271774412206242110535
Binary101000110111111111110010010100100110010100010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,23,127); }

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

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

 a { background-color: rgb(81,23,127); }

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

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

 span { border-color: rgb(81,23,127); }

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