#51158E

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

Shades of Indigo #51158E

Tints of Indigo #51158E

Color information

#51158E (or 0x51158E) is unknown color: approx Indigo. HEX triplet: 51, 15 and 8E. RGB value is (81,21,142). Sum of RGB (Red+Green+Blue) = 81+21+142=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #51158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51158E is #AEEA71. Grayscale: #343434. Windows color (decimal): -11463282 or 9311569. OLE color: 9311569.

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

Color convert

RGB8121142-
CMYK0.430.8500.44
HSL269.75º74.23%31.96%-
HSV(B)269.75º85.21%55.69%-
XYZ8.544.2425.96-
YUV52.73178.38148.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 142 (55.86% from 255) = 58.20%
R=33.20%
G=8.61%
B=58.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81211420.430.8500.44269.7574.2331.96
Hex51158E2B5502C10e4a20
Octal121252165312505441611240
Binary10100011010110001110101011101010101011001000011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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