#51016A

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

Shades of Indigo #51016A

Tints of Indigo #51016A

Color information

#51016A (or 0x51016A) is unknown color: approx Indigo. HEX triplet: 51, 01 and 6A. RGB value is (81,1,106). Sum of RGB (Red+Green+Blue) = 81+1+106=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #51016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51016A is #AEFE95. Grayscale: #242424. Windows color (decimal): -11468438 or 6947153. OLE color: 6947153.

HSL color Cylindrical-coordinate representation of color #51016A: hue angle of 285.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51016A is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB811106-
CMYK0.240.9900.58
HSL285.71º98.13%20.98%-
HSV(B)285.71º99.06%41.57%-
XYZ6.012.8113.86-
YUV36.89167159.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 106 (41.80% from 255) = 56.38%
R=43.09%
G=0.53%
B=56.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8111060.240.9900.58285.7198.1320.98
Hex5116A186303A11e6215
Octal12111523014307243614225
Binary1010001111010101100011000110111010100011110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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