#51137D

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

Shades of Indigo #51137D

Tints of Indigo #51137D

Color information

#51137D (or 0x51137D) is unknown color: approx Indigo. HEX triplet: 51, 13 and 7D. RGB value is (81,19,125). Sum of RGB (Red+Green+Blue) = 81+19+125=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #51137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51137D is #AEEC82. Grayscale: #313131. Windows color (decimal): -11463811 or 8196945. OLE color: 8196945.

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

Color convert

RGB8119125-
CMYK0.350.8500.51
HSL275.09º73.61%28.24%-
HSV(B)275.09º84.8%49.02%-
XYZ7.333.719.73-
YUV49.62170.54150.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=36%
G=8.44%
B=55.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81191250.350.8500.51275.0973.6128.24
Hex51137D23550331134a1c
Octal121231754312506342311234
Binary101000110011111110110001110101010110011100010011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,19,125); }

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

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

 a { background-color: rgb(81,19,125); }

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

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

 span { border-color: rgb(81,19,125); }

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