#51158D

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

Shades of Indigo #51158D

Tints of Indigo #51158D

Color information

#51158D (or 0x51158D) is unknown color: approx Indigo. HEX triplet: 51, 15 and 8D. RGB value is (81,21,141). Sum of RGB (Red+Green+Blue) = 81+21+141=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #51158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51158D is #AEEA72. Grayscale: #343434. Windows color (decimal): -11463283 or 9246033. OLE color: 9246033.

HSL color Cylindrical-coordinate representation of color #51158D: hue angle of 270º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51158D is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8121141-
CMYK0.430.8500.45
HSL270º74.07%31.76%-
HSV(B)270º85.11%55.29%-
XYZ8.474.2125.57-
YUV52.62177.88148.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=33.33%
G=8.64%
B=58.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81211410.430.8500.4527074.0731.76
Hex51158D2B5502D10e4a20
Octal121252155312505541611240
Binary10100011010110001101101011101010101011011000011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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