#51159C

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

Shades of Indigo #51159C

Tints of Indigo #51159C

Color information

#51159C (or 0x51159C) is unknown color: approx Indigo. HEX triplet: 51, 15 and 9C. RGB value is (81,21,156). Sum of RGB (Red+Green+Blue) = 81+21+156=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #51159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51159C is #AEEA63. Grayscale: #353535. Windows color (decimal): -11463268 or 10229073. OLE color: 10229073.

HSL color Cylindrical-coordinate representation of color #51159C: hue angle of 266.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51159C is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8121156-
CMYK0.480.8700.39
HSL266.67º76.27%34.71%-
HSV(B)266.67º86.54%61.18%-
XYZ9.664.6931.85-
YUV54.33185.38147.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 156 (61.33% from 255) = 60.47%
R=31.40%
G=8.14%
B=60.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81211560.480.8700.39266.6776.2734.71
Hex51159C305702710b4c23
Octal121252346012704741311443
Binary10100011010110011100110000101011101001111000010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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