#51148C

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

Shades of Indigo #51148C

Tints of Indigo #51148C

Color information

#51148C (or 0x51148C) is unknown color: approx Indigo. HEX triplet: 51, 14 and 8C. RGB value is (81,20,140). Sum of RGB (Red+Green+Blue) = 81+20+140=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #51148C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51148C is #AEEB73. Grayscale: #333333. Windows color (decimal): -11463540 or 9180241. OLE color: 9180241.

HSL color Cylindrical-coordinate representation of color #51148C: hue angle of 270.5º degrees, saturation: 0.75, 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 #51148C is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8120140-
CMYK0.420.8600.45
HSL270.5º75%31.37%-
HSV(B)270.5º85.71%54.9%-
XYZ8.384.1425.17-
YUV51.92177.71148.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 140 (55.08% from 255) = 58.09%
R=33.61%
G=8.30%
B=58.09%

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
Decimal81201400.420.8600.45270.57531.37
Hex51148C2A5602D10e4b1f
Octal121242145212605541611337
Binary1010001101001000110010101010101100101101100001110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51148C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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