#5116A2

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

Shades of Indigo #5116A2

Tints of Indigo #5116A2

Color information

#5116A2 (or 0x5116A2) is unknown color: approx Indigo. HEX triplet: 51, 16 and A2. RGB value is (81,22,162). Sum of RGB (Red+Green+Blue) = 81+22+162=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 162 (63.67% from 255 or 61.13% from 265); Max value from RGB is 162 - color contains mainly: blue. Hex color #5116A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5116A2 is #AEE95D. Grayscale: #373737. Windows color (decimal): -11463006 or 10622545. OLE color: 10622545.

HSL color Cylindrical-coordinate representation of color #5116A2: hue angle of 265.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5116A2 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8122162-
CMYK0.500.8600.36
HSL265.29º76.09%36.08%-
HSV(B)265.29º86.42%63.53%-
XYZ10.24.9334.6-
YUV55.6188.05146.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 162 (63.67% from 255) = 61.13%
R=30.57%
G=8.30%
B=61.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81221620.500.8600.36265.2976.0936.08
Hex5116A232560241094c24
Octal121262426212604441111444
Binary10100011011010100010110010101011001001001000010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5116A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5116A2; }

 p { color: rgb(81,22,162); }

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

<style>
 a { background-color: #5116A2; }

 a { background-color: rgb(81,22,162); }

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

<style>
 span { border-color: #5116A2; }

 span { border-color: rgb(81,22,162); }

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