#51138C

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

Shades of Indigo #51138C

Tints of Indigo #51138C

Color information

#51138C (or 0x51138C) is unknown color: approx Indigo. HEX triplet: 51, 13 and 8C. RGB value is (81,19,140). Sum of RGB (Red+Green+Blue) = 81+19+140=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #51138C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51138C is #AEEC73. Grayscale: #323232. Windows color (decimal): -11463796 or 9179985. OLE color: 9179985.

HSL color Cylindrical-coordinate representation of color #51138C: hue angle of 270.74º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51138C is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8119140-
CMYK0.420.8600.45
HSL270.74º76.1%31.18%-
HSV(B)270.74º86.43%54.9%-
XYZ8.364.1125.16-
YUV51.33178.04149.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 140 (55.08% from 255) = 58.33%
R=33.75%
G=7.92%
B=58.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81191400.420.8600.45270.7476.131.18
Hex51138C2A5602D10f4c1f
Octal121232145212605541711437
Binary1010001100111000110010101010101100101101100001111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51138C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51138C; }

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

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

<style>
 a { background-color: #51138C; }

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

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

<style>
 span { border-color: #51138C; }

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

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