#51016D

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

Shades of Indigo #51016D

Tints of Indigo #51016D

Color information

#51016D (or 0x51016D) is unknown color: approx Indigo. HEX triplet: 51, 01 and 6D. RGB value is (81,1,109). Sum of RGB (Red+Green+Blue) = 81+1+109=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #51016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51016D is #AEFE92. Grayscale: #242424. Windows color (decimal): -11468435 or 7143761. OLE color: 7143761.

HSL color Cylindrical-coordinate representation of color #51016D: hue angle of 284.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51016D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB811109-
CMYK0.260.9900.57
HSL284.44º98.18%21.57%-
HSV(B)284.44º99.08%42.75%-
XYZ6.162.8814.7-
YUV37.23168.5159.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=42.41%
G=0.52%
B=57.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8111090.260.9900.57284.4498.1821.57
Hex5116D1A6303911c6216
Octal12111553214307143414226
Binary1010001111011011101011000110111001100011100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,1,109); }

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

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

 a { background-color: rgb(81,1,109); }

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

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

 span { border-color: rgb(81,1,109); }

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