#51179D

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

Shades of Indigo #51179D

Tints of Indigo #51179D

Color information

#51179D (or 0x51179D) is unknown color: approx Indigo. HEX triplet: 51, 17 and 9D. RGB value is (81,23,157). Sum of RGB (Red+Green+Blue) = 81+23+157=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #51179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51179D is #AEE862. Grayscale: #373737. Windows color (decimal): -11462755 or 10295121. OLE color: 10295121.

HSL color Cylindrical-coordinate representation of color #51179D: hue angle of 265.97º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51179D is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8123157-
CMYK0.480.8500.38
HSL265.97º74.44%35.29%-
HSV(B)265.97º85.35%61.57%-
XYZ9.794.832.31-
YUV55.62185.22146.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 157 (61.72% from 255) = 60.15%
R=31.03%
G=8.81%
B=60.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81231570.480.8500.38265.9774.4435.29
Hex51179D305502610a4a23
Octal121272356012504641211243
Binary10100011011110011101110000101010101001101000010101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51179D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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