#51157B

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

Shades of Indigo #51157B

Tints of Indigo #51157B

Color information

#51157B (or 0x51157B) is unknown color: approx Indigo. HEX triplet: 51, 15 and 7B. RGB value is (81,21,123). Sum of RGB (Red+Green+Blue) = 81+21+123=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #51157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51157B is #AEEA84. Grayscale: #323232. Windows color (decimal): -11463301 or 8066385. OLE color: 8066385.

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

Color convert

RGB8121123-
CMYK0.340.8300.52
HSL275.29º70.83%28.24%-
HSV(B)275.29º82.93%48.24%-
XYZ7.243.7219.07-
YUV50.57168.88149.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=36%
G=9.33%
B=54.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81211230.340.8300.52275.2970.8328.24
Hex51157B2253034113471c
Octal121251734212306442310734
Binary101000110101111101110001010100110110100100010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,21,123); }

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

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

 a { background-color: rgb(81,21,123); }

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

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

 span { border-color: rgb(81,21,123); }

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